User contributions for Mex

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

8 May 2020

7 May 2020

  • 19:5319:53, 7 May 2020 diff hist +246 N gta.showHelpBoxCreated page with "{{ScriptItem |endpoint = client |type = function |name = gta.showHelpBox |usage = show a help box with a message |parameters = string message |parameter1 = string message The..."
  • 19:5219:52, 7 May 2020 diff hist +404 N gta.setGangWeaponsCreated page with "{{ScriptItem |endpoint = client |type = function |name = gta.setGangWeapons |usage = set the weapons used by a gang |parameters = int gangId, int primaryWeaponId, int secondar..."
  • 19:5019:50, 7 May 2020 diff hist +345 N gta.setSurfaceTractionCreated page with "{{ScriptItem |endpoint = client |type = function |games = iii |name = gta.setSurfaceTraction |usage = set the surface traction for a surface |parameters = int surface, float t..." current
  • 19:4819:48, 7 May 2020 diff hist +301 N gta.getSurfaceTractionCreated page with "{{ScriptItem |endpoint = client |type = function |games = iii |name = gta.getSurfaceTraction |usage = fetch the surface traction for a surface |parameters = int surface |param..." current
  • 18:5018:50, 7 May 2020 diff hist +288 N getWeaponPickupPriceCreated page with "{{ScriptItem |endpoint = client |type = function |name = getWeaponPickupPrice |usage = get the price required for a weapon pickup |parameters = int weaponId |parameter1 = int..." current
  • 18:4918:49, 7 May 2020 diff hist +324 N setWeaponPickupPriceCreated 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.modelIndexCreated 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.pickupTypeCreated 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.quantityCreated 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.setSeekCreated 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.setWaitStateCreated 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.waitStateCreated 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.stateCreated 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.objectiveCreated 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 triggerNetworkEventNo edit summary
  • 18:0418:04, 7 May 2020 diff hist +540 triggerPeerNetworkEventNo edit summary current
  • 11:3611:36, 7 May 2020 diff hist +672 N inPolyCreated 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.maxHealthCreated 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.contactEntityOffsetNo edit summary current
  • 10:2010:20, 7 May 2020 diff hist +223 N ped.bleedingCreated 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

4 May 2020

28 April 2020

28 March 2020

15 February 2020

15 December 2019

  • 21:3421:34, 15 December 2019 diff hist +170 N gta.clearMessagesCreated 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.bigMessageCreated 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.pagerMessageCreated 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.smallMessageCreated 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.drawRectangleCreated 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.drawPrimitive3DCreated 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.drawQuad3DCreated 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.drawTriangle3DCreated 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.drawLine3DCreated 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.forceRandomPedTypeCreated 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.tommyFatnessCreated 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.removeHelpPickupsCreated page with "{{ScriptItem |endpoint = client |type = function |name = gta.removeHelpPickups |usage = remove (disable) all help pickups |parameters = void |return1 = void |returnFail1 = voi..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)