User contributions for Arc

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

10 July 2010

5 April 2010

8 January 2010

28 December 2009

5 September 2009

3 September 2009

26 August 2009

23 August 2009

22 August 2009

21 August 2009

16 August 2009

13 August 2009

12 August 2009

9 August 2009

7 August 2009

6 August 2009

14 July 2009

7 July 2009

30 June 2009

28 June 2009

27 June 2009

24 June 2009

21 June 2009

14 June 2009

30 May 2009

25 May 2009

24 May 2009

20 May 2009

14 May 2009

13 May 2009

10 May 2009

9 May 2009

8 May 2009

4 May 2009

23 April 2009

19 April 2009

17 April 2009

11 April 2009

6 April 2009

5 April 2009

30 March 2009

29 March 2009

28 March 2009

15 March 2009

14 March 2009

10 March 2009

8 March 2009

7 March 2009

5 March 2009

4 March 2009

2 March 2009

1 March 2009

22 February 2009

14 February 2009

13 February 2009

8 February 2009

7 February 2009

5 February 2009

7 January 2009

5 January 2009

2 January 2009

26 December 2008

3 December 2008

30 November 2008

25 November 2008

18 November 2008

16 November 2008

6 October 2008

3 October 2008

18 September 2008

9 September 2008

8 September 2008

6 September 2008

30 August 2008

30 July 2008

25 June 2008

21 June 2008

13 June 2008

11 June 2008

9 June 2008

8 June 2008

6 June 2008

25 May 2008

19 May 2008

17 May 2008

16 May 2008

  • 10:4910:49, 16 May 2008 diff hist +510 N FileDeleteNew page: __NOTOC__ {{Server function}} Deletes the specified file. ==Syntax== <syntaxhighlight lang="lua"> bool fileDelete ( string filename [, resource res = getThisResource()] ) </syntaxhighlight> ===Required Arguments===...
  • 10:4610:46, 16 May 2008 diff hist +40 m Template:File functionsNo edit summary
  • 10:0810:08, 16 May 2008 diff hist +1,615 N SetMinuteDurationNew page: __NOTOC__ {{Client function}} Sets the real-world duration of an ingame minute. The GTA default is 1000. ==Syntax== <syntaxhighlight lang="lua"> bool setMinuteDuration ( int milliseconds ) </syntaxhighlight> ===Req...
  • 09:5309:53, 16 May 2008 diff hist +354 N GetMinuteDurationNew page: __NOTOC__ {{Client function}} Tells you how long an ingame minute takes in real-world milliseconds. The default GTA value is 1000. ==Syntax== <syntaxhighlight lang="lua"> int getMinuteDuration ( ) </syntaxhighlight>...

15 May 2008

6 April 2008

2 April 2008

1 April 2008

30 March 2008

  • 18:2018:20, 30 March 2008 diff hist +464 N SetPedAnimationNew page: __NOTOC__ {{Client function}} Sets the current animation of a ped. ==Syntax== <syntaxhighlight lang="lua"> bool setPedAnimation ( ped thePed, int animGroup, int animID ) </syntaxhighlight> ===Required Arguments===...
  • 18:1818:18, 30 March 2008 diff hist +24 m SetPlayerCanBeKnockedOffBikeNo edit summary
  • 18:1718:17, 30 March 2008 diff hist −33 m SetPlayerCanBeKnockedOffBikeNo edit summary
  • 18:1718:17, 30 March 2008 diff hist −32 m SetPedCanBeKnockedOffBikeNo edit summary
  • 18:1718:17, 30 March 2008 diff hist +1,057 N SetPedCanBeKnockedOffBikeNew page: __NOTOC__ {{Client function}} This function controls if a ped can fall of his bike by accident - namely by banging into a wall. ==Syntax== <syntaxhighlight lang="lua"> bool setPedCanBeKnockedOffBike ( ...
  • 18:1418:14, 30 March 2008 diff hist +1,024 N SetPedRotationNew page: __NOTOC__ {{Client function}} This function allows you to set the current rotation of the specified ped. ==Syntax== <syntaxhighlight lang="lua"> bool setPedRotation ( ped thePed, float rotation ) ...
  • 18:1218:12, 30 March 2008 diff hist +358 N SetPedSkinNew page: __NOTOC__ {{Client function}} This function changes the skin of a ped. ==Syntax== <syntaxhighlight lang="lua"> bool setPedSkin ( ped thePed, int skinID ) </syntaxhighlight> ===Required Arguments=== *'''thePed:...
  • 18:1118:11, 30 March 2008 diff hist +554 N SetPedWeaponSlotNew page: __NOTOC__ {{Client function}} This function changes the selected weapon slot of a ped. ==Syntax== <syntaxhighlight lang="lua"> bool setPedWeaponSlot ( ped thePed, int weaponSlot ) </syntaxhighlight> ===Requ...
  • 18:0918:09, 30 March 2008 diff hist +451 N GetPedStatNew page: __NOTOC__ {{Client function}} This function returns the value of the specified statistic of a specific ped. ==Syntax== <syntaxhighlight lang="lua"> float getPedStat ( ped thePed, int stat ) </syntaxhighlight>...
  • 18:0718:07, 30 March 2008 diff hist +708 N IsPedDuckedNew page: __NOTOC__ {{Client function}} This function checks if the specified ped is ducked (crouched) or not. ==Syntax== <syntaxhighlight lang="lua">bool isPedDucked ( ped thePed )</syntaxhighlight> ===Required Argume...
  • 18:0518:05, 30 March 2008 diff hist +76 IsPedChokingNo edit summary
  • 18:0318:03, 30 March 2008 diff hist +772 N IsPedChokingNew page: __NOTOC__ {{Client function}} This function checks if the specified ped is choking (coughing) or not. This happens as a result of weapons that produce smoke - smoke grenades, fire exti...
  • 18:0118:01, 30 March 2008 diff hist +628 N GetPedSkinNew page: __NOTOC__ {{Client function}} This function returns the specified ped's skin. ==Syntax== <syntaxhighlight lang="lua">int getPedSkin ( ped thePed )</syntaxhighlight> ===Required Arguments=== *'''thePed''': The pe...
  • 17:5917:59, 30 March 2008 diff hist +689 N GetPedArmorNew page: __NOTOC__ {{Client function}} This function returns the current armor of the specified ped. ==Syntax== <syntaxhighlight lang="lua">float getPedArmor ( ped thePed )</syntaxhighlight> ===Required Arguments=== *...
  • 17:5817:58, 30 March 2008 diff hist +879 N GetPedOccupiedVehicleNew page: __NOTOC__ {{Client function}} This function gets the vehicle that the ped is currently in, if any. ==Syntax== <syntaxhighlight lang="lua">vehicle getPedOccupiedVehicle ( ped thePed )</syntaxhighlight> ===Requ...
  • 17:5717:57, 30 March 2008 diff hist +1,173 N GetPedTotalAmmoNew page: __NOTOC__ {{Client function}} This function returns an integer that contains the total ammo in a specified ped's weapon. See Weapon Info ==Syntax== <syntaxhighlight lang="lua"> int getPed...
  • 17:5517:55, 30 March 2008 diff hist +1,160 N GetPedAmmoInClipNew page: __NOTOC__ {{Client function}} This function returns an integer that contains the ammo in a specified ped's weapon. See Weapon Info ==Syntax== <syntaxhighlight lang="lua"> int getPedAmmoIn...
  • 17:5317:53, 30 March 2008 diff hist +773 N GetPedSimplestTaskNew page: __NOTOC__ {{Client function}} This function is used to get the name of a specified ped's current simplest task.<br> ==Syntax== <syntaxhighlight lang="lua"> string getPedSimplestTask ( ped thePed ) <...
  • 17:5117:51, 30 March 2008 diff hist +1,445 N GetPedWeaponNew page: __NOTOC__ {{Client function}} This function tells you which weapon type is in a certain weapon slot of a ped. See Weapon Info ==Syntax== <syntaxhighlight lang="lua"> int getPedWeapon ( ped th...
  • 17:4317:43, 30 March 2008 diff hist +20 m GetPedWeaponSlotNo edit summary
  • 17:4217:42, 30 March 2008 diff hist 0 m Template:Weapon SlotsNo edit summary
  • 17:4217:42, 30 March 2008 diff hist +563 N GetPedWeaponSlotNew page: __NOTOC__ {{Needs_Checking|Firstly, this doesnt even work properly apparently, and secondly, is there ANY point to this function? We have getPlayerWeapon and getWeaponFromSlot. This does...
  • 17:3817:38, 30 March 2008 diff hist +611 N GetPedTargetCollisionNew page: __NOTOC__ {{Client function}} This function allows retrieval of where a ped's target is blocked. It will only be blocked if there is an obstacle within a ped's target range. ==Syntax== <...
  • 17:3517:35, 30 March 2008 diff hist +596 N GetPedTargetEndNew page: __NOTOC__ {{Client function}} This function allows retrieval of the position where a ped's target range ends, when he is aiming with a weapon. ==Syntax== <syntaxhighlight lang="lua"> float float float ...
  • 17:3417:34, 30 March 2008 diff hist +546 N GetPedTargetStartNew page: __NOTOC__ {{Client function}} This function allows retrieval of the position a ped's target range begins, when he is aiming with a weapon. ==Syntax== <syntaxhighlight lang="lua"> float float float getP...
  • 17:3117:31, 30 March 2008 diff hist +1,343 N GetPedTargetNew page: __NOTOC__ {{Server client function}} This function is used to get the element a ped is currently targeting. ==Syntax== <syntaxhighlight lang="lua"> element getPedTarget ( ped thePed ) </syntaxhighlight> ===Re...
  • 17:2917:29, 30 March 2008 diff hist +1,030 N IsPedDoingTaskNew page: __NOTOC__ {{Client function}} This function checks if the specified ped is carrying out a certain task. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerDoingTask ( ped thePe...
  • 17:2617:26, 30 March 2008 diff hist +1,901 N GetPedTaskNew page: {{Client function}} __NOTOC__ This function is used to get the name of the current task of a certain type for a ped. ==Syntax== <syntaxhighlight lang="lua"> string getPlayerTask ( ped thePed, string pri...
  • 17:2317:23, 30 March 2008 diff hist +948 N IsPedOnGroundNew page: __NOTOC__ {{Client function}} This function is used to determine whether or not a ped is on the ground. This is for on-foot usage only. ==Syntax== <syntaxhighlight lang="lua"> bool isPedOnGround ( ped the...
  • 17:2117:21, 30 March 2008 diff hist −3 m IsPedInWaterNo edit summary
  • 17:2017:20, 30 March 2008 diff hist +1,112 IsPedInVehicleNo edit summary
  • 17:1817:18, 30 March 2008 diff hist +588 GetPedContactElementNo edit summary
  • 17:1617:16, 30 March 2008 diff hist +844 GetPedRotationNo edit summary
  • 17:1417:14, 30 March 2008 diff hist +872 N IsPedInWaterNew page: __NOTOC__ {{Client function}} Checks whether or not a ped is currently in water. ==Syntax== <syntaxhighlight lang="lua"> bool isPedInWater ( ped thePed ) </syntaxhighlight> ===Required Arguments=== *'''thePed:''' ...
  • 17:1217:12, 30 March 2008 diff hist +383 N DoesPedHaveJetPackNew page: __NOTOC__ {{Client function}} Checks whether or not a ped currently has a jetpack. ==Syntax== <syntaxhighlight lang="lua"> bool doesPedHaveJetPack ( ped thePed ) </syntaxhighlight> ===Required Arguments=== *'''the...
  • 17:1017:10, 30 March 2008 diff hist +386 N IsPedInVehicleNew page: __NOTOC__ {{Client function}} Checks whether or not a given ped is currently in a vehicle. ==Syntax== <syntaxhighlight lang="lua"> bool isPedInVehicle ( ped thePed ) </syntaxhighlight> ===Required Arguments=== *''...
  • 17:0817:08, 30 March 2008 diff hist +7 m GetPedContactElementNo edit summary
  • 17:0517:05, 30 March 2008 diff hist +2 GetMarkerCountNo edit summary
  • 17:0417:04, 30 March 2008 diff hist +20 Template:Marker functionsNo edit summary
  • 17:0417:04, 30 March 2008 diff hist +292 N GetMarkerCountNew page: __NOTOC__ {{Server client function}} Returns the number of markers that currently exist in the world. ==Syntax== <syntaxhighlight lang="lua"> int getMarkerCount ( ) </syntaxhighlight> ===Required Arguments=== ''No...
  • 17:0017:00, 30 March 2008 diff hist +654 N SetObjectStaticNew page: __NOTOC__ {{Client function}} Makes an object static or non-static. Static objects are rock solid in one place, unaffected by gravity and pushing. Nonstatic objects can fall, be pushed ar...
  • 16:5616:56, 30 March 2008 diff hist −2 m IsObjectStaticNo edit summary
  • 16:5616:56, 30 March 2008 diff hist +461 N IsObjectStaticNew page: __NOTOC__ {{Client function}} Use this function to test whether an object is static (not affected by gravity or pushing) or not. ==Syntax== <syntaxhighlight lang="lua"> bool isObjectStatic ( object theOb...

28 March 2008

27 March 2008

(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)