User contributions for Talidan
Jump to navigation
Jump to search
20 October 2007
- 11:5811:58, 20 October 2007 diff hist +10 Split No edit summary
19 October 2007
- 23:1223:12, 19 October 2007 diff hist +20 Template:Resource functions No edit summary
- 23:1123:11, 19 October 2007 diff hist −155 m XmlCreateSubNode No edit summary
- 23:1123:11, 19 October 2007 diff hist +488 N CreateResource New page: __NOTOC__ {{Server function}} This function creates an emptty resource. ==Syntax== <syntaxhighlight lang="lua"> resource createResource ( string resourceName ) </syntaxhighlight> ===Required Arguments=== *'''r...
- 20:4920:49, 19 October 2007 diff hist +50 m Resource:Spawnmanager/spawnPlayerAtSpawnpoint No edit summary
- 19:5919:59, 19 October 2007 diff hist +721 N Resource:Spawnmanager/setSpawnWave New page: __NOTOC__ {{Server function}} This function sets the spawn wave time. This can be used in conjunction with spawnPlayerAtSpawnpoint to spawn player...
- 19:5519:55, 19 October 2007 diff hist −2 m Resource:Spawnmanager No edit summary
- 19:4719:47, 19 October 2007 diff hist +26 m Resource:Spawnmanager/onSpawnpointUse No edit summary
- 19:4719:47, 19 October 2007 diff hist +17 m Resource:Spawnmanager/onSpawnpointUse No edit summary
- 19:4619:46, 19 October 2007 diff hist +647 N Resource:Spawnmanager/onSpawnpointUse New page: __NOTOC__ This event is triggered when a player spawns at a spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> void onSpawnpointUse ( player player ) </syntaxhighlight> ==Variables== * The source of this...
- 19:3919:39, 19 October 2007 diff hist +1,201 N Resource:Spawnmanager/spawnPlayerAtSpawnpoint New page: __NOTOC__ {{Server function}} This function spawns the player at a spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> bool spawnPlayerAtSpawnpoint ( player thePlayer, [spawnpoint theSpawnpoint = random...
- 19:3619:36, 19 October 2007 diff hist +931 N Resource:Spawnmanager/setSpawnpointTeam New page: __NOTOC__ {{Server function}} This function sets the team that players will be added to when they spawn at the specified spawnpoint. Please note that although players will be removed from ...
- 19:3419:34, 19 October 2007 diff hist +920 N Resource:Spawnmanager/setSpawnpointSkin New page: __NOTOC__ {{Server function}} This function sets the skin that players will spawn with when they spawn at the specified spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> bool setSpawnpointSkin ( spaw...
- 19:3319:33, 19 October 2007 diff hist +1,109 N Resource:Spawnmanager/setSpawnpointRotation New page: __NOTOC__ {{Server function}} This function sets the starting Z rotation for the specified spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> bool setSpawnpointRotation ( spawnpoint theSpawnpoint, flo...
- 19:3219:32, 19 October 2007 diff hist +1,084 N Resource:Spawnmanager/getSpawnpointTeam New page: {{Server function}} __NOTOC__ This function returns the team element from a particular spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> team getSpawnpointTeam ( spawnpoint spawn ) ...
- 19:3019:30, 19 October 2007 diff hist −39 Resource:Spawnmanager/getSpawnpointRotation No edit summary
- 19:2919:29, 19 October 2007 diff hist +156 m Resource:Spawnmanager/createSpawnpoint No edit summary
- 19:2719:27, 19 October 2007 diff hist +20 m Resource:Spawnmanager/getSpawnpointSkin No edit summary
- 19:2719:27, 19 October 2007 diff hist +1,007 N Resource:Spawnmanager/getSpawnpointSkin New page: __NOTOC__ This function returns the ID of the current skin from a particular spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> int getSpawnpointSkin ( spawnpoint spawn ) </syntaxhighlight> ==...
- 19:2519:25, 19 October 2007 diff hist +1,078 N Resource:Spawnmanager/getSpawnpointRotation New page: __NOTOC__ {{Server function}} This function returns the current rotation of the specified spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> float getSpawnpointRotation ( spawnpoint theSpawn ) ...
- 19:2319:23, 19 October 2007 diff hist +1,492 N Resource:Spawnmanager/createSpawnpoint New page: __NOTOC__ {{Server function}} This function creates a spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> spawnpoint createSpawnpoint ( float x, float y, float z, [ float rotation = 0, int skin = 0, ...
- 19:1919:19, 19 October 2007 diff hist +1,230 N Resource:Spawnmanager New page: ==Introduction== Spawnmanager is a resource that provides some default spawning functions. It provides ideal conditions for gamemodes which require a fairly basic spawning systems, and us...
- 17:4817:48, 19 October 2007 diff hist +173 Talk:Map editor/Plan/Saving,loading,testing No edit summary current
- 17:1017:10, 19 October 2007 diff hist +155 XmlCreateSubNode No edit summary
14 October 2007
- 12:2812:28, 14 October 2007 diff hist +20 m Scripting Introduction →Events
- 12:2412:24, 14 October 2007 diff hist −155 Scripting Introduction →Third example - A Map: removed meta in .map
- 12:1512:15, 14 October 2007 diff hist +766 Known Issues - FAQ No edit summary
9 October 2007
- 19:5519:55, 9 October 2007 diff hist +243 GetCameraTarget No edit summary
- 19:4919:49, 9 October 2007 diff hist +13 GetCameraRotation No edit summary
- 17:0117:01, 9 October 2007 diff hist +656 N GuiRadioButtonSetSelected New page: __NOTOC__ This function selects or unselects a radio buttom. ==Syntax== <syntaxhighlight lang="lua"> bool guiCheckBoxSetSelected ( element guiRadioButton, bool state ) </syntaxhighlight> ===Required Arguments=...
- 17:0117:01, 9 October 2007 diff hist +498 N GuiRadioButtonGetSelected New page: __NOTOC__ This function gets a radio button's selection state. ==Syntax== <syntaxhighlight lang="lua"> bool guiRadioButtonGetSelected( element guiRadioButton ) </syntaxhighlight> ===Required Arguments=== *'''...
- 17:0017:00, 9 October 2007 diff hist −1 m GuiCheckBoxGetSelected No edit summary
- 16:5916:59, 9 October 2007 diff hist +135 GuiCheckBoxSetSelected No edit summary
- 16:5816:58, 9 October 2007 diff hist −8 GuiCheckBoxGetSelected No edit summary
- 16:5616:56, 9 October 2007 diff hist +39 GuiCheckBoxSetSelected No edit summary
- 16:5516:55, 9 October 2007 diff hist +39 m GuiCheckBoxGetSelected changed category
- 16:5416:54, 9 October 2007 diff hist +593 N GuiMoveToBack New page: {{Client function}} __NOTOC__ This function moves a GUI element to the very back of all other GUI elements. ==Syntax== <syntaxhighlight lang="lua"> bool guiMoveToBack( element guiElement ) </syntaxhighlight> ==...
- 16:5316:53, 9 October 2007 diff hist +7 m GuiBringToFront minor
- 16:5316:53, 9 October 2007 diff hist +26 m GuiGridListSetScrollBars No edit summary
- 16:5216:52, 9 October 2007 diff hist +20 m GuiGridListSetSortingEnabled No edit summary
- 16:5216:52, 9 October 2007 diff hist −842 GuiGridListSetSortingEnabled No edit summary
- 16:4816:48, 9 October 2007 diff hist −887 GuiGridListSetScrollBars No edit summary
7 October 2007
- 01:4801:48, 7 October 2007 diff hist +691 N Talk:GuiCreateCheckBox New page: The size specifications do not resize the checkbox buttons, yet they influence their positions on the GUI window. If the radio buttons are not going to be resizable, the sizing options sho... current
- 01:4601:46, 7 October 2007 diff hist −301 GuiCreateCheckBox moved to talk
4 October 2007
- 19:5519:55, 4 October 2007 diff hist +96 N User talk:Black Dragon/hay New page: WHAT THE FUCK??? --~~~~ p.s. where is HAZJ :D
30 September 2007
- 00:3600:36, 30 September 2007 diff hist +12 Server Scripting Events No edit summary
25 September 2007
- 22:1222:12, 25 September 2007 diff hist −556 GuiGridListSetSelectionMode No edit summary
20 September 2007
- 18:5118:51, 20 September 2007 diff hist 0 IsPlayerInWater watch the spelling pal
7 September 2007
- 23:1323:13, 7 September 2007 diff hist +16 XmlSaveFile No edit summary
- 22:5022:50, 7 September 2007 diff hist −7 XmlLoadFile updated