User contributions for Arran Fortuna
Jump to navigation
Jump to search
3 September 2012
- 21:3421:34, 3 September 2012 diff hist −64 Template:File functions No edit summary
- 21:3421:34, 3 September 2012 diff hist +13 FileCopy No edit summary
- 21:3321:33, 3 September 2012 diff hist −757 FileCopy No edit summary
- 11:3211:32, 3 September 2012 diff hist +258 N Changes in 1.3.2 Created page with "== Main Additions / Changes == == Client == === New Functions === === New Events === === Changes / Bug Fixes === == Server == === New Functions === === New Events === ===..."
26 August 2012
- 09:5309:53, 26 August 2012 diff hist +20 m User:Arran Fortuna No edit summary
25 August 2012
- 23:5623:56, 25 August 2012 diff hist +100 SetWeaponAmmo No edit summary
- 23:5423:54, 25 August 2012 diff hist +474 SetWeaponAmmo No edit summary
- 23:5123:51, 25 August 2012 diff hist +436 User:Arran Fortuna No edit summary
- 23:4823:48, 25 August 2012 diff hist +729 N SetProjectileCounter Created page with "__NOTOC__ {{Client function}} Will change the projectile counter timer which depending on the projectile type will do different things: * Grenades will explode when it hits 0 * T..."
- 23:4623:46, 25 August 2012 diff hist +617 N CreateWeapon Created page with "__NOTOC__ {{Client function}} Creates a custom weapon that can fire bullets not related to player held weapons. ==Syntax== <syntaxhighlight lang="lua">weapon createWeapon ( string type, float x,..."
- 23:4423:44, 25 August 2012 diff hist +417 N FireWeapon Created page with "__NOTOC__ {{Client function}} Fires one shot from a custom weapon. ==Syntax== <syntaxhighlight lang="lua">bool fireWeapon ( weapon theWeapon )</syntaxhighlight> ===Required Arguments=== * '''theWeapon:'''..."
- 23:4323:43, 25 August 2012 diff hist +648 N SetWeaponState Created page with "__NOTOC__ {{Client function}} Sets a custom weapons state. ==Syntax== <syntaxhighlight lang="lua">bool setWeaponState ( weapon theWeapon, string theState )</syntaxhighlight> ===Required Arguments=== * '''..."
- 23:4123:41, 25 August 2012 diff hist +1,688 N SetWeaponTarget Created page with "__NOTOC__ {{Client function}} Weapon target information: * There are three types of targets: ** Position - Fires at a position in the world ** Entity - Fires at an entity ( eithe..."
- 23:3423:34, 25 August 2012 diff hist +431 N GetWeaponOwner Created page with "__NOTOC__ {{Client function}} Get the owner of the custom weapon (used for lag compensation.) ==Syntax== <syntaxhighlight lang="lua">player getWeaponOwner ( theWeapon )</syntaxhighlight> ===Required Argum..."
- 23:3223:32, 25 August 2012 diff hist +434 N SetWeaponOwner Created page with "__NOTOC__ {{Client function}} Sets the owner (a player) of the custom weapon. ==Syntax== <syntaxhighlight lang="lua">bool setWeaponOwner ( theWeapon, player theOwner )</syntaxhighlight> ===Required Argume..."
- 23:3023:30, 25 August 2012 diff hist +27 SetWeaponFlags No edit summary
- 23:3023:30, 25 August 2012 diff hist +1,068 N SetWeaponFlags Created page with "__NOTOC__ {{Client function}} ==Syntax== <syntaxhighlight lang="lua">bool setWeaponFlags ( theWeapon, string theFlag, value TheValue )</syntaxhighlight> ===Required Arguments=== * '''theWeapon:''' the we..."
- 23:2823:28, 25 August 2012 diff hist +1,030 N GetWeaponFlags Created page with "__NOTOC__ {{Client function}} Gets the flags of the custom weapon (used to determine what to hit) ==Syntax== <syntaxhighlight lang="lua">value getWeaponFlags ( theWeapon, string theFlag )</syntaxhighlight>..."
- 23:2523:25, 25 August 2012 diff hist +500 N SetWeaponFiringRate Created page with "__NOTOC__ {{Client function}} Sets the firing rate to be used when you set the custom weapon to the firing state. ==Syntax== <syntaxhighlight lang="lua">bool setWeaponFiringRate ( weapon theWeap..."
- 23:2423:24, 25 August 2012 diff hist +476 N GetWeaponFiringRate Created page with "__NOTOC__ {{Client function}} Gets the firing rate to be used when you set the custom weapon to the firing state. ==Syntax== <syntaxhighlight lang="lua">int getWeaponFiringRate ( weapon theWeapo..."
- 23:2223:22, 25 August 2012 diff hist +457 N ResetWeaponFiringRate Created page with "__NOTOC__ {{Client function}} Reset the firing rate to be used when you set the custom weapon to the firing state to its default. ==Syntax== <syntaxhighlight lang="lua">bool resetWeaponFiringRat..."
- 23:2023:20, 25 August 2012 diff hist +443 N GetWeaponClipAmmo Created page with "__NOTOC__ {{Client function}} This function gets the amount of ammo in a custom weapons magazine/clip. ==Syntax== <syntaxhighlight lang="lua">int getWeaponClipAmmo ( weapon theWeapon )</syntaxhighlight> =..."
- 23:1823:18, 25 August 2012 diff hist +461 N SetWeaponClipAmmo Created page with "__NOTOC__ {{Client function}} Set the ammo in a custom weapons magazine/clip. ==Syntax== <syntaxhighlight lang="lua">bool setWeaponClipAmmo ( weapon theWeapon, int clipAmmo )</syntaxhighlight> ===Required..."
- 23:1523:15, 25 August 2012 diff hist +401 N GetWeaponAmmo Created page with "__NOTOC__ {{Client function}} Get the amount of ammo a custom weapon has. ==Syntax== <syntaxhighlight lang="lua">int getWeaponAmmo ( weapon theWeapon )</syntaxhighlight> ===Required Arguments=== * theWeap..."
- 23:1223:12, 25 August 2012 diff hist +416 Template:Client weapon functions No edit summary
- 23:1123:11, 25 August 2012 diff hist −443 Template:Weapon functions No edit summary
- 23:1023:10, 25 August 2012 diff hist +416 Template:Weapon functions No edit summary
- 23:0823:08, 25 August 2012 diff hist +588 N GetProjectileCounter Created page with "__NOTOC__ {{Client function}} Get the time left before a projectile detonates. ==Syntax== <syntaxhighlight lang="lua">int getProjectileCounter ( projectile projectile )</syntaxhighlight> ===Required Argum..."
- 22:5522:55, 25 August 2012 diff hist +548 Changes in 1.3.1 http://code.google.com/p/mtasa-blue/source/detail?r=4555
- 22:5422:54, 25 August 2012 diff hist +45 SetWeaponProperty No edit summary
- 22:5322:53, 25 August 2012 diff hist +861 SetWeaponProperty No edit summary
- 22:4622:46, 25 August 2012 diff hist −571 OnClientWeaponFire New
- 21:5421:54, 25 August 2012 diff hist +65 Changes in 1.3.1 No edit summary
22 August 2012
- 23:3923:39, 22 August 2012 diff hist +125 N Talk:Math.neg Created page with "How is this necessary at all when if you want to make a number negative you do "-variable" you don't need a strange function."
26 July 2012
- 10:3110:31, 26 July 2012 diff hist +13 m GetVehicleOccupant No edit summary
- 10:3010:30, 26 July 2012 diff hist +64 m GetVehicleController No edit summary
- 10:2610:26, 26 July 2012 diff hist +22 m GetPedOccupiedVehicle No edit summary
- 10:2210:22, 26 July 2012 diff hist 0 m IsPedInVehicle Upgrading function
- 10:2110:21, 26 July 2012 diff hist +61 m IsPedInVehicle No edit summary
25 July 2012
- 18:5518:55, 25 July 2012 diff hist +54 Talk:GetCursorMoveOn No edit summary
11 July 2012
- 22:2122:21, 11 July 2012 diff hist 0 m RemoveVehicleSirens No edit summary
- 22:2122:21, 11 July 2012 diff hist 0 m GetVehicleSirens No edit summary
- 22:2122:21, 11 July 2012 diff hist 0 m SetVehicleSirens No edit summary
- 22:2122:21, 11 July 2012 diff hist 0 m GetVehicleSirenParams No edit summary
- 22:2022:20, 11 July 2012 diff hist 0 m AddVehicleSirens No edit summary
2 July 2012
- 14:5214:52, 2 July 2012 diff hist +84 m How you can help Added bullet point for undocumented items
- 14:5014:50, 2 July 2012 diff hist +857 N Undocumented Items Created page with "This page lists all MTA SA functions and events which don't have the necessary documentation for scripters to allow them to use the functions or events. Documenting these will re..."
- 14:4214:42, 2 July 2012 diff hist +37 m Changes in 1.3.1 onClientPlayerHeliKilled
23 June 2012
- 20:5220:52, 23 June 2012 diff hist +187 GetPedTotalAmmo Informed users of the bugs in this function
16 June 2012
- 12:1912:19, 16 June 2012 diff hist +73 m SetVehicleTaxiLightOn No edit summary