User contributions for Decent 946
A user with 69 edits. Account created on 8 December 2015.
This wiki is using an old backup from 2020
Some information may be old/missing
3 August 2017
- 17:0617:06, 3 August 2017 diff hist +40 Scripting/Squirrel/Functions/Checkpoint.Owner No edit summary
- 17:0517:05, 3 August 2017 diff hist +9 Scripting/Squirrel/Functions/Checkpoint.ID No edit summary current
2 April 2017
- 11:0611:06, 2 April 2017 diff hist +25 Player.Skin →Example current
18 March 2016
- 22:5022:50, 18 March 2016 diff hist +21 OnPlayerActionChange No edit summary
- 22:3422:34, 18 March 2016 diff hist +867 N OnPlayerCrouchChange Created page with "__NOTOC__ This Function is trigged when a player is crouching. == Syntax == <pre>function onPlayerCrouchChange( player, isCrouchingNow )</pre> == Parameters == * Scripti..."
- 22:0922:09, 18 March 2016 diff hist +1,686 N OnPlayerActionChange Created page with "__NOTOC__ This function is triggered when a player changes his action or we can say move!. ( not animation ). == Syntax == <pre>function onPlayerActionChange( player, oldAct..."
17 March 2016
- 08:0508:05, 17 March 2016 diff hist −59 Scripting/Squirrel/Functions/Bounds No edit summary
- 07:4807:48, 17 March 2016 diff hist +2,781 N OnPlayerGameKeysChange Created page with "__NOTOC__ This function detects the players "Game Key". for example: To move FORWARD we usually use "W" or "UP_ARROW" key. But since its a game key & its ID is "32768". It wil..."
16 March 2016
- 18:3318:33, 16 March 2016 diff hist +1,276 N OnKeyDown Created page with "__NOTOC__ This function allows the server to inform the player, that he pressed the key and and the key works like a command. == Syntax == <pre>function onKeyDown( player, k..."
15 March 2016
- 17:0017:00, 15 March 2016 diff hist +34 Scripting/Squirrel/Functions/Sphere.ID No edit summary current
- 17:0017:00, 15 March 2016 diff hist +33 Scripting/Squirrel/Functions/Sphere.Owner No edit summary current
- 16:5916:59, 15 March 2016 diff hist +77 Scripting/Squirrel/Functions/Sphere.Radius No edit summary current
- 16:5916:59, 15 March 2016 diff hist +30 Scripting/Squirrel/Functions/Sphere.Pos No edit summary current
- 16:5816:58, 15 March 2016 diff hist −43 Scripting/Squirrel/Functions/Sphere.Radius No edit summary
- 16:5716:57, 15 March 2016 diff hist +33 Scripting/Squirrel/Functions/Sphere.World No edit summary current
- 16:5616:56, 15 March 2016 diff hist −13 Scripting/Squirrel/Functions/Sphere.Remove No edit summary current
- 16:5116:51, 15 March 2016 diff hist −9 OnPlayerCommand No edit summary
- 16:5016:50, 15 March 2016 diff hist +1,087 N OnPlayerWeaponChange Created page with "__NOTOC__ When a player changes his weapon to newone or oldone. == Syntax == <pre>function onPlayerWeaponChange( player, oldwep, newwep )</pre> == Parameters == * Script..."
- 16:4816:48, 15 March 2016 diff hist −139 OnPlayerCommand No edit summary
- 16:4516:45, 15 March 2016 diff hist +102 OnPlayerCommand No edit summary
14 March 2016
- 15:0615:06, 14 March 2016 diff hist −9 OnPlayerPM No edit summary
- 15:0115:01, 14 March 2016 diff hist +174 OnPlayerPM No edit summary
- 14:4914:49, 14 March 2016 diff hist +23 OnPlayerRequestSpawn No edit summary
- 14:4714:47, 14 March 2016 diff hist +250 OnPlayerRequestSpawn No edit summary
- 14:3614:36, 14 March 2016 diff hist +87 Scripting/Squirrel/Functions/Sphere.Remove No edit summary
- 14:3314:33, 14 March 2016 diff hist +812 N Scripting/Squirrel/Functions/Sphere.Remove Created page with "allows you to Remove a Sphere. == Syntax == <pre>Sphere.Remove()</pre> == Example == <source lang=D> function onPlayerCommand( player, cmd, text ) { if ( cmd == "removes..."
13 March 2016
- 20:0820:08, 13 March 2016 diff hist +365 N Scripting/Squirrel/Functions/Sphere.World Created page with "allows you to check Sphere's World. == Syntax == <pre>Sphere.World</pre> == Example == <source lang=D> function onSphereEntered( player, Sphere ) { MessagePlayer( "you..."
- 20:0520:05, 13 March 2016 diff hist +2 Scripting/Squirrel/Functions/Sphere.Radius No edit summary
- 20:0420:04, 13 March 2016 diff hist +367 N Scripting/Squirrel/Functions/Sphere.Radius Created page with "allows you to check Sphere's Radius. == Syntax == <pre>Sphere.Radius</pre> == Example == <source lang=D> function onSphereEntered( player, Sphere ) { MessagePlayer( "y..."
- 20:0220:02, 13 March 2016 diff hist +30 Scripting/Squirrel/Functions/Sphere.Pos No edit summary
- 20:0220:02, 13 March 2016 diff hist −3 Scripting/Squirrel/Functions/Sphere.Pos No edit summary
- 20:0120:01, 13 March 2016 diff hist +384 N Scripting/Squirrel/Functions/Sphere.Pos Created page with "allows you to check Sphere's color in RGB == Syntax == <pre>Sphere.Pos</pre> == Example == <source lang=D> function onSphereEntered( player, Sphere ) { MessagePlayer(..."
- 19:5819:58, 13 March 2016 diff hist 0 Scripting/Squirrel/Functions/Sphere.Owner No edit summary
- 19:5719:57, 13 March 2016 diff hist +377 N Scripting/Squirrel/Functions/Sphere.Owner Created page with "allows you to check Sphere's Owner. where Owner stands for "creater of Sphere" == Syntax == <pre>Sphere.Color</pre> == Example == <source lang=D> function onSphereEntered..."
- 19:5119:51, 13 March 2016 diff hist −9 Scripting/Squirrel/Functions/Sphere.ID No edit summary
- 19:5119:51, 13 March 2016 diff hist −35 Scripting/Squirrel/Functions/Sphere.Color No edit summary current
- 19:5119:51, 13 March 2016 diff hist +360 N Scripting/Squirrel/Functions/Sphere.ID Created page with "allows you to check Sphere's color in RGB == Syntax == <pre>Sphere.ID</pre> == Example == <source lang=D> function onSphereEntered( player, Sphere ) { MessagePlayer( "..."
- 19:4419:44, 13 March 2016 diff hist +53 Scripting/Squirrel/Functions/Sphere.Color No edit summary
- 19:2619:26, 13 March 2016 diff hist +403 N Scripting/Squirrel/Functions/Sphere.Color Created page with "allows you to check Sphere's color in RGB == Syntax == <pre>Sphere.Color</pre> == Example == <source lang=D> function onSphereEntered( player, Sphere ) { MessagePlayer..."
30 December 2015
- 11:5611:56, 30 December 2015 diff hist −3 OnPlayerPM No edit summary
- 11:5411:54, 30 December 2015 diff hist −10 OnPlayerPM No edit summary
- 11:5311:53, 30 December 2015 diff hist +83 OnPlayerPM No edit summary
- 11:5011:50, 30 December 2015 diff hist −3 OnPlayerRequestSpawn No edit summary
- 11:4911:49, 30 December 2015 diff hist +640 N OnPlayerRequestSpawn Created page with "== Syntax == <pre>function onPlayerRequestSpawn( player )</pre> == Arguments == * ''Player'' '''player''' - The player tha..."
- 11:4711:47, 30 December 2015 diff hist +5 OnPlayerPM No edit summary
- 11:3211:32, 30 December 2015 diff hist +45 OnPlayerPM →Notes
- 11:2711:27, 30 December 2015 diff hist +25 OnPlayerPM →Notes
- 11:2311:23, 30 December 2015 diff hist −30 OnPlayerPM →Notes
- 11:2111:21, 30 December 2015 diff hist +756 N OnPlayerPM Created page with "== Syntax == <pre>function onPlayerPM( player, playerTo, text )</pre> == Parameters == * ''Player'' '''player''' - The pla..."
- 10:4410:44, 30 December 2015 diff hist 0 Scripting/Squirrel/Functions/Bounds →Example