User contributions for Soulshaker
A user with 12 edits. Account created on 28 October 2014.
This wiki is using an old backup from 2020
Some information may be old/missing
27 August 2015
- 19:1819:18, 27 August 2015 diff hist −597 Scripting/Squirrel/Functions/Player.Immunity →Example
- 19:1019:10, 27 August 2015 diff hist −2 Scripting/Squirrel/Functions/Player.Immunity →Syntax
- 19:0919:09, 27 August 2015 diff hist 0 Scripting/Squirrel/Functions/Player.Immunity →Flags
- 19:0719:07, 27 August 2015 diff hist +129 Scripting/Squirrel/Functions/Player.Immunity →Arguments
- 19:0519:05, 27 August 2015 diff hist −2 Scripting/Squirrel/Functions/Player.Immunity →Syntax
- 19:0419:04, 27 August 2015 diff hist −20 Scripting/Squirrel/Functions/Player.Immunity →Syntax
2 December 2014
- 06:4106:41, 2 December 2014 diff hist +328 N OnPlayerEndTyping Created page with "This event is called every time a player stops typing in chat box. == Syntax == <pre>function onPlayerEndTyping( player )</pre> == Arguments == * '''player''' - He is who..."
- 06:4006:40, 2 December 2014 diff hist +333 N OnPlayerBeginTyping Created page with "This event is called every time a player starts typing in chat box. == Syntax == <pre>function onPlayerBeginTyping( player )</pre> == Arguments == * '''player''' - He is..."
- 06:3406:34, 2 December 2014 diff hist +890 N Scripting/Squirrel/Functions/Player.CanDriveby Created page with "This function will toggle the ability of a player to driveby == Syntax == <pre>Player.CanDriveby = toggle;</pre> == Arguments == * ''bool'' '''toggle''' - '''true''' o..."
1 December 2014
- 22:5122:51, 1 December 2014 diff hist +921 N Scripting/Squirrel/Functions/Player.CanAttack Created page with "This function will toggle the ability of a player to attack other players == Syntax == <pre>Player.CanAttack = toggle;</pre> == Arguments == * ''bool'' '''toggle''' -..."
- 22:2122:21, 1 December 2014 diff hist +67 Scripting/Squirrel/Functions/Player.FPS No edit summary
- 22:1922:19, 1 December 2014 diff hist +216 N Scripting/Squirrel/Functions/Player.FPS This function will show the FPS(Frames Per Second) of the player