User contributions
From VC-MP Wiki
- 16:14, 11 March 2011 (diff | hist) . . (+1) . . Scripting/Squirrel/Functions/Pickups/IsSpawned (top)
- 15:31, 1 February 2011 (diff | hist) . . (+1) . . Scripting/Squirrel/Functions/Ini/WriteIniNumber (top)
- 15:29, 1 February 2011 (diff | hist) . . (-56) . . Scripting/Squirrel/Functions/Ini/WriteIniNumber
- 01:16, 6 December 2009 (diff | hist) . . (+67) . . Scripting/Squirrel/Scripts/FBS (→These are the commands that can be used in the server, in order from lowest level required to highest) (top)
- 23:20, 1 July 2009 (diff | hist) . . (0) . . Scripting/Squirrel/Functions/Misc/BindKey (top)
- 02:40, 30 June 2009 (diff | hist) . . (-1) . . Scripting/Squirrel/Events/Pickup/onPickupPickedUp (→Related Events)
- 02:37, 30 June 2009 (diff | hist) . . (+711) . . N Scripting/Squirrel/Events/Pickup/onPickupPickedUp (New page: __NOTOC__ This is called when a player picks-up a pick-up. == Syntax == <code>function onPickupPickedUp( player, pickup )</code> == Parameters == * '''player''' - The player that colle...)
- 02:32, 30 June 2009 (diff | hist) . . (+4) . . Scripting/Squirrel/Functions/Pickups/FindPickup (→Related Functions)
- 02:32, 30 June 2009 (diff | hist) . . (+267) . . Scripting/Squirrel/Functions/Pickups/CreatePickup
- 02:29, 30 June 2009 (diff | hist) . . (-1) . . Scripting/Squirrel/Functions/Pickups/FindPickup
- 02:27, 30 June 2009 (diff | hist) . . (+851) . . N Scripting/Squirrel/Functions/Pickups/FindPickup (New page: __NOTOC__ This function finds a specified pickup ID. == Syntax == <code>string FindPickup( ID )</code> == Arguments == '''ID''' - The ID of the pickup to be found. == Example == This...)
- 02:22, 30 June 2009 (diff | hist) . . (+598) . . N Scripting/Squirrel/Functions/Pickups/CreatePickup (New page: __NOTOC__ This function will create a new pickup. == Syntax == <code>int CreatePickup( model, x, y, z )</code> == Example == This example will create a pickup when a player types /c pi...)
- 01:52, 28 June 2009 (diff | hist) . . (+566) . . N Scripting/Squirrel/Functions/Pickups/RespawnTime (New page: __NOTOC__ This instance variable respawns a pickup after a given period of time. == Syntax == <code>int pickup.ID</code> == Example == This example will respawn the pickup that the pla...) (top)
- 01:51, 28 June 2009 (diff | hist) . . (-80) . . Scripting/Squirrel/Functions/Pickups/Remove
- 01:50, 28 June 2009 (diff | hist) . . (+523) . . N Scripting/Squirrel/Functions/Pickups/Respawn (New page: __NOTOC__ This instance variable respawns a pickup. == Syntax == <code>int pickup.Respawn();</code> == Example == This example will respawn the pickup that the player has just hit. <c...) (top)
- 01:49, 28 June 2009 (diff | hist) . . (+938) . . N Scripting/Squirrel/Functions/Pickups/IsSpawned (New page: __NOTOC__ This instance variable returns whether or not the pickup is spawned. == Syntax == <code>int pickup.IsSpawned</code> == Example == This example will tell the player whether a ...)
- 01:43, 28 June 2009 (diff | hist) . . (+592) . . N Scripting/Squirrel/Functions/Pickups/Remove (New page: __NOTOC__ This instance variable removes a pickup. == Syntax == <code>int pickup.ID</code> == Example == This example will remove the pickup that the player has just hit. <code lang="...)
- 01:42, 28 June 2009 (diff | hist) . . (+673) . . N Scripting/Squirrel/Functions/Pickups/Pos (New page: __NOTOC__ This instance variable returns the position of the pickup. == Syntax == <code>int pickup.Pos</code> == Example == This example will tell the player the location of the pickup...)
- 01:41, 28 June 2009 (diff | hist) . . (0) . . Scripting/Squirrel/Functions/Pickups/ID (top)
- 01:41, 28 June 2009 (diff | hist) . . (+674) . . N Scripting/Squirrel/Functions/Pickups/Model (New page: __NOTOC__ This instance variable returns the model of the pickup. == Syntax == <code>int pickup.Model</code> == Example == This example will tell the player which model of pickup they ...)
- 01:40, 28 June 2009 (diff | hist) . . (+653) . . N Scripting/Squirrel/Functions/Pickups/ID (New page: __NOTOC__ This instance variable returns the ID of the pickup. == Syntax == <code>int pickup.ID</code> == Example == This example will tell the player which pickup they have just hit. ...)
- 01:33, 28 June 2009 (diff | hist) . . (+4) . . Scripting/Squirrel/Functions/Misc/GetFullTime (top)
- 01:32, 28 June 2009 (diff | hist) . . (+736) . . N Scripting/Squirrel/Functions/Misc/GetFullTime (New page: __NOTOC__ This returns the full time from computer that the server is currently running on. == Syntax == <code>string GetFullTime()</code> == Arguments == *'''None''' == Example == T...)
- 01:29, 28 June 2009 (diff | hist) . . (-2) . . Scripting/Squirrel/Functions/Misc/GetSkinName (→Related Functions) (top)
- 01:28, 28 June 2009 (diff | hist) . . (+8) . . Scripting/Squirrel/Functions/Misc/GetSkinName
- 01:27, 28 June 2009 (diff | hist) . . (+755) . . N Scripting/Squirrel/Functions/Misc/GetSkinName (New page: __NOTOC__ This returns the name of the skin that the player is using. == Syntax == <code>string GetSkinName( player.Skin )</code> == Arguments == player.Skin - This returns the skin ID...)
- 18:52, 17 October 2008 (diff | hist) . . (+1,025) . . N Scripting/mIRC/Functions/Misc/UnBan (New page: __NOTOC__ This will unban a player's IP from the server. == Syntax == <code lang="mirc">alias vcmp.unban !return $dll( " $+ $scriptdirvcmp.dll $+ ", UnBan, $1- )</code> == Arguments == ...)
- 18:46, 17 October 2008 (diff | hist) . . (+137) . . Scripting/mIRC/Functions/Misc/BanIP
- 18:44, 17 October 2008 (diff | hist) . . (+962) . . N Scripting/mIRC/Functions/Misc/BanIP (New page: __NOTOC__ This will ban a player's ip from the server. == Syntax == <code lang="mirc">alias vcmp.banip !return $dll( " $+ $scriptdirvcmp.dll $+ ", BanIP, $1- )</code> == Arguments == *...)