User contributions for KingOfVC
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
9 March 2016
- 10:1710:17, 9 March 2016 diff hist +274 N OnSphereEntered Created page with "This is called when a player enters any sphere. == Syntax == function OnSphereEntered( player, sphere ) == Example == <source lang="squirrel"> function OnSphereEntered( pla..."
- 08:4908:49, 9 March 2016 diff hist +430 N Scripting/Squirrel/Functions/GetWallglitch Created page with "This function will return the status of wall glitch == Syntax == GetWallglitch() == Return value == '''true''' or '''false''' == Example == <source lang=squirrel> function..."
- 08:4208:42, 9 March 2016 diff hist +240 N Scripting/Squirrel/Functions/SetWallglitch Created page with "This will enable/disable wall glitch == Syntax == <pre>SetWallglitch( toggle )</pre> == Arguments == toggle - '''true''' or '''false''' == Example == <source lang=squirre..."
- 08:3108:31, 9 March 2016 diff hist +538 N Scripting/Squirrel/Functions/Player.Away Created page with "This function will show AFK( Away From Keboard ) player. == Syntax == <pre>player.Away</pre> == Example == <source lang=squirrel> function onPlayerCommand( player, cmd, a..."