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
5 October 2017
- 18:1318:13, 5 October 2017 diff hist +83 Introduction to the Plugin SDK No edit summary current
9 March 2017
- 08:2608:26, 9 March 2017 diff hist −28 Scripting/Squirrel/Functions/SetWeather →Example current
- 08:2608:26, 9 March 2017 diff hist −38 Scripting/Squirrel/Functions/GetWeather →Notes current
- 08:2508:25, 9 March 2017 diff hist −19 Scripting/Squirrel/Functions/GetWeather →Notes
- 08:2308:23, 9 March 2017 diff hist +29 Scripting/Squirrel/Functions/GetWeather →Example
- 08:2208:22, 9 March 2017 diff hist +26 Scripting/Squirrel/Functions/SetWeather →Example
- 08:2108:21, 9 March 2017 diff hist +26 Scripting/Squirrel/Functions/GetWeather →Example
- 08:2008:20, 9 March 2017 diff hist +760 Scripting/Squirrel/Functions/GetWeather →Example
- 08:1908:19, 9 March 2017 diff hist +760 Scripting/Squirrel/Functions/SetWeather →Example
- 08:0508:05, 9 March 2017 diff hist −117 Scripting/Squirrel/Client Functions No edit summary
13 August 2016
14 July 2016
- 05:5905:59, 14 July 2016 diff hist −14 Player.Skin →Example
- 05:5405:54, 14 July 2016 diff hist −67 User talk:Xmair Replaced content with "'-..-'" current
- 05:5205:52, 14 July 2016 diff hist +36 Scripting/Squirrel/Client Functions/World::FindPlayer No edit summary current
- 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..."