User contributions for Shadow
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
4 February 2014
- 12:1412:14, 4 February 2014 diff hist +19 Scripting/Squirrel/Constants No edit summary
- 12:1312:13, 4 February 2014 diff hist +4 Scripting/Squirrel/Constants No edit summary
- 12:1212:12, 4 February 2014 diff hist +95 N Scripting/Squirrel/Constants Created page with "MAX_PLAYERS 100 MAX_VEHICLES 1000 MAX_OBJECTS 3000 MAX_PICKUPS 2000 MAX_SPRITES 128"
3 February 2014
- 17:4517:45, 3 February 2014 diff hist +3 N User:Shadow Created page with "Hi."
- 17:4217:42, 3 February 2014 diff hist +28 m Scripting/Squirrel/Functions/GetMaxPlayers →Example
- 17:4117:41, 3 February 2014 diff hist −7 GetFullTime →Return value
- 17:4117:41, 3 February 2014 diff hist −10 GetFullTime →Related Functions
- 17:4117:41, 3 February 2014 diff hist +5 GetFullTime →Related Functions
- 17:4117:41, 3 February 2014 diff hist −2 GetFullTime →Syntax
- 17:4017:40, 3 February 2014 diff hist +201 GetFullTime →Example
- 17:4017:40, 3 February 2014 diff hist −231 Scripting/Squirrel/Functions/GetMaxPlayers →Example
- 17:4017:40, 3 February 2014 diff hist +327 GetFullTime No edit summary
- 17:3917:39, 3 February 2014 diff hist +24 N GetFullTime Created page with "{{Scripting/Deprecated}}"
- 17:3717:37, 3 February 2014 diff hist −5 Scripting/Squirrel/Functions/AnnounceAll No edit summary
- 17:3717:37, 3 February 2014 diff hist −3 Scripting/Squirrel/Functions/Announce →Syntax
- 17:3517:35, 3 February 2014 diff hist +25 GetTime No edit summary
- 17:3417:34, 3 February 2014 diff hist +8 Scripting/Squirrel/Functions/GetMaxPlayers No edit summary
- 14:3814:38, 3 February 2014 diff hist +30 Scripting/Squirrel/Functions/GetMaxPlayers No edit summary
- 14:3314:33, 3 February 2014 diff hist −32 Scripting/Squirrel/Functions/GetMaxPlayers →Return value
- 14:3214:32, 3 February 2014 diff hist +178 Scripting/Squirrel/Functions/GetMaxPlayers No edit summary
- 14:2514:25, 3 February 2014 diff hist +71 N GetTime Created page with "== Deprecated == '''This function is deprecated and is not working.'''"
- 14:2414:24, 3 February 2014 diff hist +385 N Scripting/Squirrel/Functions/IsIPBanned Created page with "This function will check if an IP is banned from the server. == Syntax == <pre>IsIPBanned( ip )</pre> == Arguments == * ''string'' '''ip''' - The IP to be checked == Retu..."
- 14:2314:23, 3 February 2014 diff hist +295 N Scripting/Squirrel/Functions/UnbanIP Created page with "This function will unban an IP from the server. == Syntax == <pre>UnbanIP( ip )</pre> == Arguments == * ''string'' '''ip''' - The IP to be unbanned == Example == {{Scrip..."
- 14:2214:22, 3 February 2014 diff hist +9 Scripting/Squirrel/Functions/BanIP No edit summary
- 14:2214:22, 3 February 2014 diff hist +280 N Scripting/Squirrel/Functions/BanIP Created page with "This function will ban an IP from the server. == Syntax == <pre>BanIP( ip )</pre> == Arguments == * ''string'' '''ip''' - The IP to be banned == Example == {{Scripting/N..."
- 14:1914:19, 3 February 2014 diff hist +380 N Scripting/Squirrel/Functions/GetVehicleNameFromModel Created page with "This function will get the vehicle name from the given ID. == Syntax == <pre>GetVehicleNameFromModel( id )</pre> == Arguments == * ''int'' '''id''' - The ID of the vehicle..."
- 14:1914:19, 3 February 2014 diff hist +379 N Scripting/Squirrel/Functions/GetVehicleModelFromName Created page with "This function will get the vehicle model from the name. == Syntax == <pre>GetVehicleModelFromName( name )</pre> == Arguments == * ''string'' '''name''' - The name of the v..."
- 14:1714:17, 3 February 2014 diff hist +520 N Scripting/Squirrel/Functions/DistanceFromPoint Created page with "This function will get the distance from a point to another. == Syntax == <pre>DistanceFromPoint( x1, y1, x2, y2 )</pre> == Arguments == * ''float'' '''x1''' - The X coord..."
- 14:1314:13, 3 February 2014 diff hist +362 N Scripting/Squirrel/Functions/GetWeaponID Created page with "This function will get the weapon ID from it's name. == Syntax == <pre>GetWeaponID( name )</pre> == Arguments == * ''string'' '''name''' - The name of the weapon == Retur..."
2 February 2014
- 22:2922:29, 2 February 2014 diff hist +360 N Scripting/Squirrel/Functions/GetSkinName Created page with "This function will return the name of the given skin ID. == Syntax == <pre>GetSkinName( id )</pre> == Arguments == * ''int'' '''id''' - The ID of the skin == Return value..."
- 22:2722:27, 2 February 2014 diff hist +428 N Scripting/Squirrel/Functions/GetDistrictName Created page with "This function will return the district name of a given position. == Syntax == <pre>GetDistrictName( x, y )</pre> == Arguments == * ''float'' '''x''' - The '''x''' coordina..."
- 22:2422:24, 2 February 2014 diff hist +365 N Scripting/Squirrel/Functions/GetWeaponName Created page with "This function will get the weapon name from a given ID. == Syntax == <pre>GetWeaponName( id )</pre> == Arguments == * ''int'' '''id''' - The ID of the weapon == Return va..."
- 22:2222:22, 2 February 2014 diff hist +444 N Scripting/Squirrel/Functions/GetWorldBounds Created page with "This function will get the world bounds of the server. == Syntax == <pre>GetWorldBounds( maxX, minX, maxY, minY )</pre> == Arguments == '''N/A''' == Return value == * ''..."
- 22:2122:21, 2 February 2014 diff hist +413 N Scripting/Squirrel/Functions/SetWorldBounds Created page with "This function will set the world bounds of the server. == Syntax == <pre>SetWorldBounds( maxX, minX, maxY, minY )</pre> == Arguments == * ''float'' '''maxX''' - The X max ..."
- 22:1922:19, 2 February 2014 diff hist +6 Scripting/Squirrel/Functions/PlaySound →Related Functions
- 22:1822:18, 2 February 2014 diff hist +6 Scripting/Squirrel/Functions/CreateExplosion →Related Functions
- 22:1822:18, 2 February 2014 diff hist +441 N Scripting/Squirrel/Functions/PlaySound Created page with "This function will play a sound at a certain position. == Syntax == <pre>PlayGameSound( world, sound, pos )</pre> == Arguments == * ''int'' '''world''' - The world ID * ''..."
- 22:1522:15, 2 February 2014 diff hist +7 Scripting/Squirrel/Functions/CreateExplosion No edit summary
- 22:1522:15, 2 February 2014 diff hist +33 Scripting/Squirrel/Functions/CreateExplosion No edit summary
- 22:1422:14, 2 February 2014 diff hist +550 N Scripting/Squirrel/Functions/CreateExplosion Created page with "This function will create an explosion at the given location. == Syntax == <pre>CreateExplosion( world, type, pos, playerCaused, onGround )</pre> == Arguments == * ''int''..."
- 22:0822:08, 2 February 2014 diff hist +353 N Scripting/Squirrel/Functions/GetDeathMessages Created page with "This function will return the current status of the death messages. == Syntax == <pre>EnabledDeathMessages()</pre> == Arguments == '''N/A''' == Return value == * ''bool'..."
- 22:0822:08, 2 February 2014 diff hist +351 N Scripting/Squirrel/Functions/GetJoinMessages Created page with "This function will return the current status of the join messages. == Syntax == <pre>EnabledJoinMessages()</pre> == Arguments == '''N/A''' == Return value == * ''bool'' ..."
- 22:0722:07, 2 February 2014 diff hist +351 N Scripting/Squirrel/Functions/GetShowNametags Created page with "This function will return the current status of players' nametags. == Syntax == <pre>EnabledShowNametags()</pre> == Arguments == '''N/A''' == Return value == * ''bool'' ..."
- 22:0722:07, 2 February 2014 diff hist +354 N Scripting/Squirrel/Functions/GetStuntBike Created page with "This function will return the current status of the stunt bike ability. == Syntax == <pre>EnabledJumpSwitch()</pre> == Arguments == '''N/A''' == Return value == * ''bool..."
- 22:0622:06, 2 February 2014 diff hist +356 N Scripting/Squirrel/Functions/GetShootInAir Created page with "This function will return the current status of the shoot in air ability. == Syntax == <pre>EnabledShootInAir()</pre> == Arguments == '''N/A''' == Return value == * ''bo..."
- 22:0622:06, 2 February 2014 diff hist +356 N Scripting/Squirrel/Functions/GetShowOnRadar Created page with "This function will return the current status of the players' radarblips. == Syntax == <pre>EnabledShowOnRadar()</pre> == Arguments == '''N/A''' == Return value == * ''bo..."
- 21:5821:58, 2 February 2014 diff hist +355 N Scripting/Squirrel/Functions/GetJumpSwitch Created page with "This function will return the current status of the jump switch ability. == Syntax == <pre>EnabledJumpSwitch()</pre> == Arguments == '''N/A''' == Return value == * ''boo..."
- 21:5721:57, 2 February 2014 diff hist +355 N Scripting/Squirrel/Functions/GetFlyingCars Created page with "This function will return the current status of the flying cars ability. == Syntax == <pre>EnabledFlyingCars()</pre> == Arguments == '''N/A''' == Return value == * ''boo..."
- 21:5721:57, 2 February 2014 diff hist +365 N Scripting/Squirrel/Functions/GetPerfectHandling Created page with "This function will return the current status of the perfect handling ability. == Syntax == <pre>EnabledPerfectHandling()</pre> == Arguments == '''N/A''' == Return value =..."
- 21:5621:56, 2 February 2014 diff hist +355 N Scripting/Squirrel/Functions/GetDisableDriveby Created page with "This function will return the current status of the driveby ability. == Syntax == <pre>EnabledDisableDriveby()</pre> == Arguments == '''N/A''' == Return value == * ''boo..."