User contributions for Mex
Jump to navigation
Jump to search
7 May 2020
- 18:4918:49, 7 May 2020 diff hist +324 N setWeaponPickupPrice Created page with "{{ScriptItem |endpoint = client |type = function |name = setWeaponPickupPrice |usage = set the price required for a weapon pickup |parameters = int weaponId, int price |parame..." current
- 18:4618:46, 7 May 2020 diff hist +236 N pickup.modelIndex Created page with "{{ScriptItem |endpoint = client |type = property |class = Pickup |name = modelIndex |readonly = true |returnTypes = int |usage = fetch the model index for a pickup |returnInfo..." current
- 18:4518:45, 7 May 2020 diff hist +244 N pickup.pickupType Created page with "{{ScriptItem |endpoint = client |type = property |class = Pickup |name = pickupType |readonly = false |returnTypes = int |usage = fetch or set the pickup type for a pickup |re..." current
- 18:4518:45, 7 May 2020 diff hist +248 N pickup.quantity Created page with "{{ScriptItem |endpoint = client |type = property |class = Pickup |name = quantity |readonly = false |returnTypes = int |usage = fetch or set the quantity value for a pickup |r..."
- 18:4218:42, 7 May 2020 diff hist +382 N ped.setSeek Created page with "{{ScriptItem |endpoint = client |games = iii |type = method |class = Ped |name = setSeek |parameters = Ped ped, Vec3 position, float distance |parameter1 = Ped ped The ped to..." current
- 18:3918:39, 7 May 2020 diff hist +320 N ped.setWaitState Created page with "{{ScriptItem |endpoint = client |games = iii |type = method |class = Ped |name = setWaitState |parameters = Ped ped, int waitState |parameter1 = Ped ped The ped to set the wai..." current
- 18:3618:36, 7 May 2020 diff hist +212 N ped.waitState Created page with "{{ScriptItem |endpoint = client |games = iii |type = property |class = Ped |name = waitState |readonly = true |returnTypes = int |usage = get this entity's wait state |returnI..." current
- 18:3618:36, 7 May 2020 diff hist +198 N ped.state Created page with "{{ScriptItem |endpoint = client |games = iii |type = property |class = Ped |name = state |readonly = true |returnTypes = int |usage = get this entity's state |returnInfo = the..." current
- 18:3518:35, 7 May 2020 diff hist +216 N ped.objective Created page with "{{ScriptItem |endpoint = client |games = iii |type = property |class = Ped |name = objective |readonly = true |returnTypes = int |usage = get this entity's objective ID |retur..."
- 18:0518:05, 7 May 2020 diff hist +1,009 triggerNetworkEvent No edit summary
- 18:0418:04, 7 May 2020 diff hist +540 triggerPeerNetworkEvent No edit summary current
- 11:3611:36, 7 May 2020 diff hist +672 N inPoly Created page with "{{ScriptItem |endpoint = shared |type = function |name = inPoly |parameters = Vec2 testPoint, Vec2 polygonPoint1, Vec2 polygonPoint2, Vec2 polygonPoint3, [ ... ] |parameter1 =..." current
- 10:2610:26, 7 May 2020 diff hist +227 N ped.maxHealth Created page with "{{ScriptItem |endpoint = client |games = vc,sa |type = property |class = Ped |name = maxHealth |readonly = true |returnTypes = int |usage = get this ped's max health |returnIn..." current
- 10:2510:25, 7 May 2020 diff hist +256 ped.contactEntityOffset No edit summary current
- 10:2010:20, 7 May 2020 diff hist +223 N ped.bleeding Created page with "{{ScriptItem |endpoint = client |type = property |class = Ped |name = bleeding |readonly = false |returnTypes = bool |usage = get/set this ped's bleeding status |returnInfo =..." current
6 May 2020
- 20:4520:45, 6 May 2020 diff hist +513 N OnPlayerCommand Created page with "{{ScriptItem |endpoint = server |type = event |name = onPlayerCommand |usage = a player submits a chat command.<br>A command starts with a forward slash (the command character..."
- 19:2219:22, 6 May 2020 diff hist +478 Server/Events No edit summary
4 May 2020
- 17:4217:42, 4 May 2020 diff hist +252 vehicle.setCarCruiseSpeed No edit summary
28 April 2020
- 15:2515:25, 28 April 2020 diff hist +772 message No edit summary current
28 March 2020
- 22:1122:11, 28 March 2020 diff hist +183 Template:CodeSyntax No edit summary
- 21:5921:59, 28 March 2020 diff hist +180 Template:GreenInformationBox No edit summary
15 February 2020
- 15:0915:09, 15 February 2020 diff hist +257 vehicle.wanderRandomly No edit summary
- 14:4414:44, 15 February 2020 diff hist +726 bindKey No edit summary
15 December 2019
- 21:3421:34, 15 December 2019 diff hist +170 N gta.clearMessages Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.clearMessages |parameters = void |return1 = void |returnFail1 = void |usage = stop displaying all messages }}"
- 21:3421:34, 15 December 2019 diff hist +195 N gta.bigMessage Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.bigMessage |parameters = string text, int integer1, int integer2 |return1 = void |returnFail1 = void |usage = disp..." current
- 21:3321:33, 15 December 2019 diff hist +213 N gta.pagerMessage Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.pagerMessage |parameters = string text, int integer1, int integer2, int integer3 |return1 = void |returnFail1 = vo..." current
- 21:3321:33, 15 December 2019 diff hist +199 N gta.smallMessage Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.smallMessage |parameters = string text, int integer1, int integer2 |return1 = void |returnFail1 = void |usage = di..." current
14 December 2019
- 12:1612:16, 14 December 2019 diff hist +1,339 N graphics.drawRectangle Created page with "{{ScriptItem |endpoint = client |type = function |name = graphics.drawRectangle |usage = draw a rectangle in 2D space |parameters = Vec2 position, Vec2 size, [ int colour1 = C..."
- 12:0712:07, 14 December 2019 diff hist +539 N graphics.drawPrimitive3D Created page with "{{ScriptItem |endpoint = client |type = function |name = graphics.drawPrimitive3D |usage = draw a primitve in 3D space |parameters = array<Vec3> positions, array<int> colours,..." current
- 12:0412:04, 14 December 2019 diff hist +801 N graphics.drawQuad3D Created page with "{{ScriptItem |endpoint = client |type = function |name = graphics.drawQuad3D |usage = draw a quad in 3D space |parameters = Vec3 position1, Vec3 position2, Vec3 position3, Vec..." current
- 12:0212:02, 14 December 2019 diff hist +919 N graphics.drawTriangle3D Created page with "{{ScriptItem |endpoint = client |type = function |name = graphics.drawTriangle3D |usage = draw a triangle in 3D space |parameters = Vec3 position1, Vec3 position2, Vec3 positi..." current
- 11:5911:59, 14 December 2019 diff hist +480 N graphics.drawLine3D Created page with "{{ScriptItem |endpoint = client |type = function |name = graphics.drawLine3D |usage = draw a line in 3D space |parameters = Vec3 startPosition, Vec3 endPosition, int startColo..." current
12 December 2019
- 17:5617:56, 12 December 2019 diff hist +231 N gta.forceRandomPedType Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.forceRandomPedType |parameters = int pedTypeId |parameter1 = int pedTypeId The ID of the ped type. |usage = force..." current
- 17:5517:55, 12 December 2019 diff hist +239 N gta.tommyFatness Created page with "{{ScriptItem |endpoint = client |type = variable |games = vc |name = gta.tommyFatness |readonly = false |returnTypes = float |usage = fetch or set the fatness value for Tommy..." current
- 17:5317:53, 12 December 2019 diff hist +179 N gta.removeHelpPickups Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.removeHelpPickups |usage = remove (disable) all help pickups |parameters = void |return1 = void |returnFail1 = voi..." current
- 17:5217:52, 12 December 2019 diff hist +245 gta.removeHelpPickup No edit summary current
- 17:5117:51, 12 December 2019 diff hist +330 N gta.enableHelpPickup Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.enableHelpPickup |usage = enable or disable a help pickup |parameters = int helpPickupId, bool enabled |parameter1..." current
- 17:4917:49, 12 December 2019 diff hist +227 gta.radar.mapSize No edit summary current
- 17:4917:49, 12 December 2019 diff hist +216 gta.radar.size No edit summary current
- 17:4917:49, 12 December 2019 diff hist +220 gta.radar.range No edit summary current
- 17:4817:48, 12 December 2019 diff hist +228 gta.radar.position No edit summary current
- 17:4817:48, 12 December 2019 diff hist +250 gta.radar.mapSizeMultiplier No edit summary current
- 17:4817:48, 12 December 2019 diff hist +256 gta.radar.mapCenter No edit summary current
- 15:4915:49, 12 December 2019 diff hist +219 N gta.pedDensity Created page with "{{ScriptItem |endpoint = client |type = variable |name = gta.pedDensity |readonly = false |returnTypes = float |usage = fetch or set the ped density |returnInfo = a floating p..." current
- 15:4815:48, 12 December 2019 diff hist +231 N gta.trafficDensity Created page with "{{ScriptItem |endpoint = client |type = variable |name = gta.trafficDensity |readonly = false |returnTypes = float |usage = fetch or set the traffic density |returnInfo = a fl..." current
- 15:4615:46, 12 December 2019 diff hist +1,460 N gta.processLineOfSight Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.processLineOfSight |usage = process a line of sight, to test if the line collides with certain features |return1 =..."
- 15:3515:35, 12 December 2019 diff hist +212 N gta.setIsland Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.setIsland |parameters = int newIslandId, bool skipAudio, bool skipScreen, bool skipModels |return1 = void |returnF..."
- 14:1014:10, 12 December 2019 diff hist +259 N player.alcoholLevel Created page with "{{ScriptItem |endpoint = client |type = property |class = Player |games = sa |name = alcoholLevel |returnTypes = int |readonly = false |usage = fetch or set the alcohol level..."
- 14:0814:08, 12 December 2019 diff hist +176 N gta.setPlayerControl Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.setPlayerControl |usage = restore controls for the player |parameters = void |return1 = void |returnFail1 = void }}" current
- 12:4512:45, 12 December 2019 diff hist +236 N gta.saveGame Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.saveGame |parameters = Stream handle |parameter1 = Stream handle The stream to save the data to. |usage = save a "..." current