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
28 November 2017
- 05:3605:36, 28 November 2017 diff hist +160 Template:Main Page/pt No edit summary current
20 November 2017
- 20:3520:35, 20 November 2017 diff hist −108 Template:Main Page No edit summary
- 20:3120:31, 20 November 2017 diff hist −1 Template:Updates No edit summary
- 20:2820:28, 20 November 2017 diff hist +69 Template:Main Page No edit summary
25 September 2017
- 17:5017:50, 25 September 2017 diff hist −3 Main Page/pt No edit summary
- 17:4017:40, 25 September 2017 diff hist 0 Main Page/pt No edit summary
- 17:3917:39, 25 September 2017 diff hist +16 N Main Page/pt Created page with "{{Main Page/hu}}"
- 17:2017:20, 25 September 2017 diff hist 0 Scripting/Squirrel/Functions/Player.UniqueWorld →Example current
- 17:1917:19, 25 September 2017 diff hist +17 Scripting/Squirrel/Functions/PlaySoundForWorld →Example current
16 July 2017
- 15:4715:47, 16 July 2017 diff hist +399 N Scripting/Squirrel/Client Functions/GUI::GetScreenSize Created page with "== Syntax == <pre>void GUI::GetScreenSize()</pre> == Arguments == * '''integer''' '''position''' This is the number of player screen size, must be a integer. == Example ==..." current
- 15:4415:44, 16 July 2017 diff hist 0 Custom Files →Sprite
- 15:4215:42, 16 July 2017 diff hist −3 Custom Files →Sprite
- 15:4015:40, 16 July 2017 diff hist +70 Custom Files →Sprite
- 15:3815:38, 16 July 2017 diff hist 0 Custom Files →Sprite
17 August 2016
- 04:2904:29, 17 August 2016 diff hist −2 Scripting/Squirrel/Client Events/KeyBind::OnDown →Example
- 04:2904:29, 17 August 2016 diff hist −50 Scripting/Squirrel/Client Events/KeyBind::OnDown →Parameters
- 04:2804:28, 17 August 2016 diff hist −7 Scripting/Squirrel/Client Events/KeyBind::OnDown →Syntax
- 04:2804:28, 17 August 2016 diff hist +833 N Scripting/Squirrel/Client Events/KeyBind::OnDown 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..."
- 04:2204:22, 17 August 2016 diff hist +143 Scripting/Squirrel/Functions/Object.MoveTo →Example
16 August 2016
- 23:3123:31, 16 August 2016 diff hist −191 Scripting/Squirrel/Functions/Object.MoveTo →Example
- 23:3023:30, 16 August 2016 diff hist +162 Scripting/Squirrel/Functions/Object.MoveTo →Example
- 23:2823:28, 16 August 2016 diff hist +536 N Scripting/Squirrel/Functions/Object.MoveTo Created page with "This function move an object to a specified local. == Syntax == <pre>object.MoveTo( Vector pos, int time );</pre> == Arguments == * ''Object'' '''object''' - A valid object..."
15 August 2016
- 14:0214:02, 15 August 2016 diff hist +1,213 N OnKeyUp Created page with "__NOTOC__ This function allows the server to inform the player, that He dropped the key and and the key works like a command. == Syntax == <pre>function onKeyUp( player, key..."
- 13:5713:57, 15 August 2016 diff hist −338 Scripting/Squirrel/Functions/Vehicle.Angle No edit summary
- 13:5713:57, 15 August 2016 diff hist +814 N Scripting/Squirrel/Functions/Vehicle.Angle Created page with "This instance variable returns vehicle's angle. == Syntax == <pre>string vehicle.Angle();</pre> == Example == <source lang=squirrel> function OnPlayerCommand( player , cmd..."
- 13:5413:54, 15 August 2016 diff hist +69 N Scripting/Squirrel/Functions/Vehicle.Alarm Created page with "== Syntax == <pre>Vehicle.Alarm = false; Vehicle.Alarm = true;</pre>"
- 13:5113:51, 15 August 2016 diff hist +336 N Scripting/Squirrel/Functions/Pickup.Timer Created page with "== Syntax == <pre>Pickup.Timer = value;</pre> == Arguments == * == Return value == Time to pickup re-appear == Example == <pre> function onPickupPickedUp( player, pickup )..."
19 July 2016
- 18:4018:40, 19 July 2016 diff hist +410 N Scripting/Squirrel/Functions/mysql num fields Created page with "== Syntax == <pre>mysql_num_fields( MySQLQuery query )</pre> == Arguments == * ''MySQLQuery'' '''query''' - A valid MySQL result == Return value == The field's as a table =..."
7 August 2015
- 20:1720:17, 7 August 2015 diff hist +604 N Scripting/Squirrel/Functions/FindCheckpoint Created page with "== Syntax == <pre>FindCheckPoint(ID)</pre> == Arguments == *''int'' '''ID''' - The ID of the Checkpoint to find == Example == <source lang=squirrel> function onPlayerComm..."
- 20:0820:08, 7 August 2015 diff hist −9 Scripting/Squirrel/Functions/FindObject →Example
- 20:0720:07, 7 August 2015 diff hist +600 N Scripting/Squirrel/Functions/FindObject →Syntax
15 March 2015
- 12:5112:51, 15 March 2015 diff hist +591 N Scripting/Squirrel/Functions/Player.Eject Created page with "== Syntax == <pre>player.Eject()</pre> == Example == <source lang=squirrel> function onPlayerCommand( player, cmd, text ); { if ( cmd == "ejectme" ) {..."
8 January 2015
- 09:3109:31, 8 January 2015 diff hist +2 Scripting/Squirrel/Functions/Vehicle.Fix →Example
- 09:3109:31, 8 January 2015 diff hist +421 N Scripting/Squirrel/Functions/Vehicle.Fix Created page with "== Syntax == <pre>bool vehicle.Fix()</pre> == Example == <pre>function onPlayerCommand( player, cmd, text ) if ( cmd == "fix" ) { local veh = player.Vehicle;..."
- 09:2809:28, 8 January 2015 diff hist +215 N Scripting/Squirrel/Functions/Vehicle.Model Created page with "== Syntax == <pre>int vehicle.Model</pre> == Example == <pre>function onPlayerEnterVehicle( player, vehicle ) { MessagePlayer( "You are entering: " + GetVehicleNameFromM..."
- 09:2509:25, 8 January 2015 diff hist +232 N Scripting/Squirrel/Functions/Player.Angle Created page with "== Syntax == <pre>float player.Angle</pre> == Example == <pre>function onPlayerCommand( player, cmd, text ) { if ( cmd == "angle" ) { MessagePlayer( "Your..."
- 09:2309:23, 8 January 2015 diff hist +280 N Scripting/Squirrel/Functions/Player.RemoveMarker Created page with "== Example == <pre>function onPlayerCommand( player, cmd, text ) { if ( cmd == "hide" ) { player.RemoveMarker(); MessagePlayer( "Now players can't see you..."
- 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 );"