User contributions for Xmair
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
14 July 2016
- 05:5205:52, 14 July 2016 diff hist +2 Scripting/Squirrel/Client Functions/World::FindVehicle No edit summary current
- 05:5205:52, 14 July 2016 diff hist +62 Scripting/Squirrel/Client Functions/World::FindVehicle No edit summary
- 05:5105:51, 14 July 2016 diff hist +260 N Scripting/Squirrel/Client Functions/World::FindVehicle Created page with "This function returns the vehicle instance for the ID, or null if the vehicle does not exist or is not streamed in. == Syntax == <pre>World.FindVehicle</pre> == Arguments ==..."
- 05:5005:50, 14 July 2016 diff hist −44 Scripting/Squirrel/Client Functions/World::FindLocalPlayer No edit summary current
- 05:4905:49, 14 July 2016 diff hist +241 N Scripting/Squirrel/Client Functions/World::FindLocalPlayer Created page with "This function returns the local player instance. == Syntax == <pre>World.FindLocalPlayer</pre> == Arguments == * '''STRING''' '''szText''' The message to print. == Return..."
- 05:2105:21, 14 July 2016 diff hist +264 N Scripting/Squirrel/Client Functions/World::FindPlayer Created page with "This function returns the player instance for the ID, or null if the player does not exist. == Syntax == <pre>World.FindPlayer( int_ID )</pre> == Arguments == * '''INTEGER'..."
- 05:1305:13, 14 July 2016 diff hist +418 Scripting/Squirrel/Client Functions/Console::Print No edit summary current
- 05:0705:07, 14 July 2016 diff hist +632 N Scripting/Squirrel/Client Functions/print Created page with "This function prints stuff in the debug file present in %appdata%\VCMP\04Beta\debuglog.txt. == Syntax == <pre>print( szText )</pre> == Arguments == * '''STRING''' '''szTex..." current
- 04:5704:57, 14 July 2016 diff hist +614 N Scripting/Squirrel/Client Functions/Script::GetTicks Created page with "This function returns a number of milliseconds since the computer started. Can be used to measure time intervals. == Syntax == <pre>None.</pre> == Arguments == * None. ==..."
12 July 2016
- 05:3305:33, 12 July 2016 diff hist +621 N Scripting/Squirrel/Client Events/Player::PlayerDeath Created page with "This event is called when a player dies. == Syntax == <pre>player - The instance.</pre> == Arguments == None. == Example == This will message the player's name when the p..." current
- 05:2905:29, 12 July 2016 diff hist +76 Scripting/Squirrel/Client Functions →Script Functions
- 05:2705:27, 12 July 2016 diff hist +523 N Scripting/Squirrel/Client Functions/include Created page with "This function loads a file. == Syntax == <pre>include( FileName ) </pre> == Arguments == * '''STRING''' '''FileName''' This is the name of the file, must be a string. ==..." current
- 05:2705:27, 12 July 2016 diff hist +537 N Scripting/Squirrel/Client Functions/Script::LoadScript Created page with "This function loads a file. == Syntax == <pre>Script::LoadScript( FileName ) </pre> == Arguments == * '''STRING''' '''FileName''' This is the name of the file, must be a s..."
- 05:2605:26, 12 July 2016 diff hist +17 Scripting/Squirrel/Client Functions/dofile No edit summary
- 05:2405:24, 12 July 2016 diff hist +504 N Scripting/Squirrel/Client Functions/dofile Created page with "This function loads a file. == Syntax == <pre>dofile( FileName ) </pre> == Arguments == * '''STRING''' '''FileName''' This is the name of the file, must be a string. == E..."
- 05:1705:17, 12 July 2016 diff hist +41 Scripting/Squirrel/Functions/WriteIniInteger No edit summary
- 05:1605:16, 12 July 2016 diff hist +40 Scripting/Squirrel/Functions/WriteIniInteger No edit summary
- 05:1605:16, 12 July 2016 diff hist −41 Scripting/Squirrel/Functions/Player.SetInterior No edit summary
- 05:1205:12, 12 July 2016 diff hist −1,360 Scripting/Squirrel/Functions/SetUseClasses Undo revision 19143 by Kennedyarz (talk)
9 March 2016
- 10:4410:44, 9 March 2016 diff hist +339 N Scripting/Squirrel/Functions/Object.ID Created page with "This function returns an object's ID. == Syntax == Object.ID; == Arguments == '''N/A''' == Example == <source lang=squirrel> function onScriptLoad ( ) { local ids = "";..."
- 10:3210:32, 9 March 2016 diff hist +560 N Scripting/Squirrel/Functions/ShowAllMapObjects Created page with "This function shows all the hidden map objects. == Syntax == <pre>ShowAllMapObjects()</pre> == Arguments == '''N/A''' Not available. == Example == <source lang=squirrel>..."
- 10:2810:28, 9 March 2016 diff hist +56 N Scripting/Squirrel/Functions/GetWeaponSync Created page with "SetWeaponSync does not exists in 0.4. Rely on anticheat."
- 10:2710:27, 9 March 2016 diff hist +56 N Scripting/Squirrel/Functions/SetWeaponSync Created page with "SetWeaponSync does not exists in 0.4. Rely on anticheat."
- 10:2410:24, 9 March 2016 diff hist −458 Scripting/Squirrel/Functions/GetFallEnabled No edit summary
- 10:2310:23, 9 March 2016 diff hist +28 N Scripting/Squirrel/Functions/SetFallEnabled Created page with "This function has no effect."
- 09:4709:47, 9 March 2016 diff hist +529 N Scripting/Squirrel/Functions/GetFallEnabled Created page with "This function will return the current status of fall ( vehicle killing type ) being enabled or disabled. == Syntax == <pre>GetFallEnabled()</pre> == Arguments == '''N/A'''..."
- 09:4109:41, 9 March 2016 diff hist +7 Scripting/Squirrel/Functions/GetShowOnlyTeamMarkers →Syntax
- 09:4009:40, 9 March 2016 diff hist +19 Scripting/Squirrel/Functions/GetShowOnlyTeamMarkers No edit summary
- 09:3709:37, 9 March 2016 diff hist +8 Scripting/Squirrel/Functions/GetShowOnlyTeamMarkers →Example
- 09:2009:20, 9 March 2016 diff hist +540 N Scripting/Squirrel/Functions/SetShowOnlyTeamMarkers Created page with "This function will set the player's tag visible to only his/her team. == Syntax == <pre>SetShowOnlyTeamMarkers ( bool );</pre> == Arguments == '''bool''' True / false. ==..."
- 09:1809:18, 9 March 2016 diff hist +510 N Scripting/Squirrel/Functions/GetShowOnlyTeamMarkers Created page with "This function will return the current status of players' nametags. == Syntax == <pre>GetShowNametags()</pre> == Arguments == '''N/A''' == Return value == * ''bool'' '''t..."
- 09:1609:16, 9 March 2016 diff hist +562 N Scripting/Squirrel/Functions/GetObjectCount Created page with "This function will return the current object count. == Syntax == <pre>GetObjectCount()</pre> == Arguments == '''N/A''' == Return value == * '''int.''' == Example == Thi..."
- 09:1409:14, 9 March 2016 diff hist +163 Scripting/Squirrel/Functions/GetShowNametags No edit summary
- 09:1109:11, 9 March 2016 diff hist +344 Scripting/Squirrel/Functions/SetGameModeText No edit summary
- 09:0609:06, 9 March 2016 diff hist +10 Scripting/Squirrel/Functions/ShowMapObject No edit summary
- 09:0509:05, 9 March 2016 diff hist +1,137 N Scripting/Squirrel/Functions/ShowMapObject Created page with "This function will show an object on the map if the map was hidden using HideMapObject or RawHideMapObject == Syntax == <pre>ShowMapObject( ObjectID , VectorX, Vecto..."
27 August 2015
- 11:0211:02, 27 August 2015 diff hist +601 Announce No edit summary
- 10:5610:56, 27 August 2015 diff hist +784 N ClientMessage Created page with "This function will send a coloured message to a player. == Syntax == <pre>ClientMessage( message, player, R, G, B )</pre> == Arguments == * ''string'' '''message''' - The..." current
- 10:5110:51, 27 August 2015 diff hist +35 Scripting/Squirrel/Functions/Player.Immunity No edit summary
- 10:5010:50, 27 August 2015 diff hist +252 Scripting/Squirrel/Functions/Player.Immunity →Example
- 10:3910:39, 27 August 2015 diff hist +18 Scripting/Squirrel/Functions/Player.Immunity →Example
- 10:3810:38, 27 August 2015 diff hist +799 N Scripting/Squirrel/Functions/Player.Immunity Created page with "This function will ,make a player immune. == Syntax == '''1''' <pre>player.Immunity = //Amount here, Max 255.</pre> == Arguments == '''1''' * ''player'' <= This will find..."
25 August 2015
- 12:3012:30, 25 August 2015 diff hist +73 N User talk:Xmair Created page with "Hello, This is my user name, I'm XuXu, Ask anything you want to ask here."
- 12:2612:26, 25 August 2015 diff hist +459 N OnPlayerRequestClass Created page with "This event is called every time a player wants to spawn. == Syntax == <pre>function onPlayerRequestClass( player, pclass, pteam, pskin )</pre> == Arguments == * '''player..."
5 August 2015
- 06:0606:06, 5 August 2015 diff hist +9 Scripting/Squirrel/Functions/Vehicle.Lights →Notes
- 06:0506:05, 5 August 2015 diff hist +488 Scripting/Squirrel/Functions/Vehicle.Lights No edit summary
- 03:3003:30, 5 August 2015 diff hist +171 Scripting/Squirrel/Functions/CreateExplosion →Example
- 03:2503:25, 5 August 2015 diff hist +11 Scripting/Squirrel/Functions/DisconnectSQL →Example
- 03:2303:23, 5 August 2015 diff hist −37 Scripting/Squirrel/Functions/DisconnectSQL No edit summary
- 03:2003:20, 5 August 2015 diff hist +576 N Scripting/Squirrel/Functions/DisconnectSQL Created page with "'''Usage''' To use SQL you need to first download the sqlite plugin from https://bitbucket.org/stormeus/0.4-sqlite/downloads. Once you have downloaded it place the plugin in y..."