User contributions for MatheuS
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
8 January 2015
- 09:2109:21, 8 January 2015 diff hist +310 N Scripting/Squirrel/Functions/Player.SpectateTarget Created page with "== Example == <pre>function onPlayerCommand( player, cmd, text ) { if ( cmd == "spectate" ) { local plr = FindPlayer( text ); if ( !p..."
- 09:1909:19, 8 January 2015 diff hist +758 N Scripting/Squirrel/Functions/Player.Vehicle Created page with "== Syntax == <pre>vehicle player.Vehicle player.Vehicle = newVehicle</pre> == Example == This command gives the vehicle player is driving when someone types '/c car playern..."
- 09:1609:16, 8 January 2015 diff hist −1 Scripting/Squirrel/Functions/Player.Weapon →Example
- 09:1609:16, 8 January 2015 diff hist +344 N Scripting/Squirrel/Functions/Player.Weapon Created page with "== Syntax == <pre>int player.Weapon</pre> == Example == This command gives player the name of the weapon they are using when they type '/c mywep'. <pre> function onPlayerCom..."
- 09:1209:12, 8 January 2015 diff hist +71 N Scripting/Squirrel/Functions/Vehicle.Locked Created page with "== Syntax == <pre>Vehicle.Locked = false; Vehicle.Locked = true;</pre>"
- 09:1209:12, 8 January 2015 diff hist +71 N Scripting/Squirrel/Functions/Vehicle.Lights Created page with "== Syntax == <pre>Vehicle.Lights = false; Vehicle.Lights = true;</pre>"
- 09:1009:10, 8 January 2015 diff hist +85 N Scripting/Squirrel/Functions/Player.WhiteScanlines Created page with "== Syntax == <pre>Player.WhiteScanlines = false; Player.WhiteScanlines = true;</pre>"
- 09:0909:09, 8 January 2015 diff hist +77 N Scripting/Squirrel/Functions/Player.Widescreen Created page with "== Syntax == <pre>Player.Widescreen = false; Player.Widescreen = true;</pre>"
- 09:0709:07, 8 January 2015 diff hist −11 Scripting/Squirrel/Functions/Player.IsDrunk →Syntax
- 09:0009:00, 8 January 2015 diff hist +1 Scripting/Squirrel/Functions/Announce →Syntax
- 08:5908:59, 8 January 2015 diff hist +82 N Scripting/Squirrel/Functions/Player.IsDrunk Created page with "== Syntax == <pre>player.IsDrunk = false;</pre> <pre>player.IsDrunk = true;</pre>"
- 08:5808:58, 8 January 2015 diff hist +25 Scripting/Squirrel/Functions/Player.GiveWeapon No edit summary
- 08:5608:56, 8 January 2015 diff hist +36 N Scripting/Squirrel/Functions/Player.GiveWeapon Created page with "player.GiveWeapon( WeaponID, Ammo );"