User contributions for Mariu22S
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
25 July 2014
- 07:5907:59, 25 July 2014 diff hist +2 Scripting/Squirrel/Functions/Player.IP →Example
- 07:5807:58, 25 July 2014 diff hist +382 N Scripting/Squirrel/Functions/Player.Score Created page with "== Syntax == <pre>player.Score</pre> <source lang=squirrel> function onPlayerCommand( player, cmd, text ); if ( cmd == "myscore" ) { MessagePlayer( "Your score is " + ..."
- 07:5707:57, 25 July 2014 diff hist +45 Scripting/Squirrel/Functions/BanPlayer →Example
- 07:5607:56, 25 July 2014 diff hist +48 Scripting/Squirrel/Functions/Player.Ping →Example
- 07:5507:55, 25 July 2014 diff hist +37 Scripting/Squirrel/Functions/Player.Ping →Example
- 07:5507:55, 25 July 2014 diff hist 0 Scripting/Squirrel/Functions/Player.Ping →Example
- 07:5507:55, 25 July 2014 diff hist +309 N Scripting/Squirrel/Functions/Player.Ping Created page with "== Example == <source lang=squirrel> if ( cmd == "goto" ) { MessagePlayer( " Your Ping: " + player.Ping , player ); } </source> === Notes === Call Scriptin..."
- 07:5407:54, 25 July 2014 diff hist −6 Scripting/Squirrel/Functions/Player.IP →Example
- 07:5307:53, 25 July 2014 diff hist +54 Scripting/Squirrel/Functions/Player.IP →Example
- 07:5307:53, 25 July 2014 diff hist +341 N Scripting/Squirrel/Functions/Player.IP Created page with "== Syntax == <pre>player.IP</pre> == Example == <source lang=squirrel> if ( cmd == "myip" ) { MessagePlayer( " Your IP is " player.IP , player ); } </source..."
- 07:4607:46, 25 July 2014 diff hist +571 N Scripting/Squirrel/Functions/Player.Cash Created page with "== Syntax == <pre>player.Cash</pre> == Example == Player.Cash <source lang=squirrel> function onPlayerCommand( player, cmd, text ); if ( cmd == "cash" ) { l..."
- 07:4307:43, 25 July 2014 diff hist +600 Scripting/Squirrel/Functions/FindPlayer →Syntax
- 07:3807:38, 25 July 2014 diff hist −97 Scripting/Squirrel/Functions/KickPlayer →Example
- 07:3707:37, 25 July 2014 diff hist +43 N Scripting/Squirrel/Functions/FindPlayer Created page with "== Syntax == <pre>FindPlayer( text )</pre>"
- 07:3607:36, 25 July 2014 diff hist −46 Scripting/Squirrel/Functions/KickPlayer →Syntax
- 07:3607:36, 25 July 2014 diff hist +46 Scripting/Squirrel/Functions/KickPlayer →Example
- 07:3507:35, 25 July 2014 diff hist +684 N Scripting/Squirrel/Functions/BanPlayer Created page with "== Example == The following example send a personal message saying '''Hey you, have fun here'''!: <source lang=squirrel> function onPlayerCommand( player, cmd, text ); if ( cm..."
- 07:2907:29, 25 July 2014 diff hist −6 Scripting/Squirrel/Functions/KickPlayer →Example
- 07:2807:28, 25 July 2014 diff hist +46 Scripting/Squirrel/Functions/KickPlayer →Example
- 07:2707:27, 25 July 2014 diff hist +718 N Scripting/Squirrel/Functions/KickPlayer //Note
- 07:1207:12, 25 July 2014 diff hist −434 Scripting/Squirrel/Functions/CreatePickup Blanked the page
- 07:1107:11, 25 July 2014 diff hist +434 N Scripting/Squirrel/Functions/CreatePickup This command creates a pickup on Player Pos