User contributions for Jusonex
Jump to navigation
Jump to search
28 April 2013
- 16:5916:59, 28 April 2013 diff hist +77 Template:Client object functions Added get-/setObjectMass
- 16:5716:57, 28 April 2013 diff hist +71 SetObjectMass uups
- 16:5416:54, 28 April 2013 diff hist −1 m SetObjectMass No edit summary
- 16:5316:53, 28 April 2013 diff hist +492 N SetObjectMass Created page with "{{Needs_Example}} __NOTOC__ {{client_functions}} {{New feature/item|3.0140|1.4|5170| This function sets the mass of a specified object. Changing the mass leads to a different mov..."
- 06:1806:18, 28 April 2013 diff hist +171 MergeToDoList No edit summary
24 April 2013
- 16:2016:20, 24 April 2013 diff hist +933 N BitTest Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0140|1.4|5285| This function performs an AND-conjunction on two or more (unsigned) 32-bit integers and checks, w..."
- 16:1316:13, 24 April 2013 diff hist +584 N BitXor Created page with "{{Server client function}} {{Needs_Example}} __NOTOC__ {{New feature/item|3.0140|1.4|5285| This function performs a bitwise XOR-conjunction (exclusive OR) on two or more (unsigne..."
- 16:1116:11, 24 April 2013 diff hist +566 N BitOr Created page with "{{Server client function}} {{Needs_Example}} __NOTOC__ {{New feature/item|3.0140|1.4|5285| This function performs a bitwise OR-conjunction on two or more (unsigned) 32-bit [[Int|..."
- 16:0916:09, 24 April 2013 diff hist +556 N BitNot Created page with "{{Server client function}} {{Needs_Example}} __NOTOC__ {{New feature/item|3.0140|1.4|5285| This function performs a bitwise NOT on an (unsigned) 32-bit integer. See [http..."
22 April 2013
- 12:2512:25, 22 April 2013 diff hist +4 m BitAnd No edit summary
- 12:2412:24, 22 April 2013 diff hist +233 N Template:Bit functions Created page with "{{New feature/item|3.0140|1.4|5285| *bitAnd *bitNot *bitOr *bitXor *bitTest *bitLRotate *bitRRotate *bitLShift *bitRShift *bitArShift *[[b..."
- 12:2012:20, 22 April 2013 diff hist +32 m BitAnd No edit summary
- 12:1912:19, 22 April 2013 diff hist +792 N BitAnd Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0140|1.4|5285| This function performs a bitwise AND-conjunction on two or more (unsigned) 32-bit integers. See [..."
20 April 2013
- 13:4913:49, 20 April 2013 diff hist +370 MergeToDoList No edit summary
18 April 2013
- 19:3219:32, 18 April 2013 diff hist +4 m DE/Hauptseite Updates links
- 19:2219:22, 18 April 2013 diff hist +154 User:Jusonex No edit summary
- 17:3117:31, 18 April 2013 diff hist +84 MergeToDoList No edit summary
5 April 2013
- 15:5815:58, 5 April 2013 diff hist −132 Undocumented Items Removed not existing and already documented functions
2 April 2013
- 19:1319:13, 2 April 2013 diff hist +140 AclListRights Added missing parameter (http://code.google.com/p/mtasa-blue/source/browse/trunk/MTA10_Server/mods/deathmatch/logic/luadefs/CLuaACLDefs.cpp?spec=svn5218&r=5218#344)
- 12:3912:39, 2 April 2013 diff hist −3 AclDestroyGroup Fixed incorrectly documented parameter type (http://code.google.com/p/mtasa-blue/source/browse/trunk/MTA10_Server/mods/deathmatch/logic/luadefs/CLuaACLDefs.cpp#515)
31 March 2013
- 10:2610:26, 31 March 2013 diff hist +319 SetCameraTarget Added overload introduced in r5206/5212
10 March 2013
- 18:5518:55, 10 March 2013 diff hist +2 N User:Jusonex Created page with "Hi"
- 18:5418:54, 10 March 2013 diff hist 0 m OnClientObjectDamage Fixed version
- 18:5318:53, 10 March 2013 diff hist +991 N OnClientObjectBreak Added onClientObjectBreak documentation
22 February 2013
- 15:1215:12, 22 February 2013 diff hist 0 Template:GUI functions Fixed version
- 15:1015:10, 22 February 2013 diff hist +2 Template:Client object functions Fixed version
- 15:0815:08, 22 February 2013 diff hist +2 Template:Client object events Fixed version
19 January 2013
- 18:3118:31, 19 January 2013 diff hist +6 Template:Client object functions Removed isObjectBlown, added toggleObjectRespawn
16 January 2013
- 11:5111:51, 16 January 2013 diff hist +85 OnClientObjectDamage Added "attacker" parameter
13 January 2013
- 17:2017:20, 13 January 2013 diff hist −26 m RespawnObject Fixed some typos
- 17:1917:19, 13 January 2013 diff hist +33 m BreakObject Fixed some typos
- 17:1217:12, 13 January 2013 diff hist +1,373 N OnClientObjectDamage Created page with "__NOTOC__ {{Client event}} This event is fired before an object gets damaged. Also note that this event is only triggered for players nearby the local player's camera. This is du..."
- 16:4516:45, 13 January 2013 diff hist +50 N Template:Client object events Created page with "*onClientObjectDamage *onClientObjectBreak"
2 January 2013
- 14:5714:57, 2 January 2013 diff hist −157 Template:Useful Functions Removed math.neg (not necessary)
22 December 2012
- 09:4209:42, 22 December 2012 diff hist −445 Resource Web Access Reverted to Revision as of 03:08, 7 September 2012
1 October 2012
- 12:2312:23, 1 October 2012 diff hist −6 Changes in 1.3.2 fixed typo
- 12:2112:21, 1 October 2012 diff hist +850 N SetPedOxygenLevel Created page with "__NOTOC__ {{Client function}} This function allows you to set the oxygen level of a ped. ==Syntax== <syntaxhighlight lang="lua">bool setPedOxygenLevel ( ped thePed, float oxygen )</syntaxhighlight> ==..."
- 12:1012:10, 1 October 2012 diff hist +778 N GetPedOxygenLevel Created page with "__NOTOC__ {{Client function}} This function returns the current oxygen level of the specified ped. ==Syntax== <syntaxhighlight lang="lua">float getPedOxygenLevel ( ped thePed )</syntaxhighlight> ===Re..."
29 September 2012
- 19:1019:10, 29 September 2012 diff hist −2 m Upgrade list No edit summary
19 September 2012
- 10:0910:09, 19 September 2012 diff hist +9 Server Commands Added username (r4643)
11 September 2012
- 14:1514:15, 11 September 2012 diff hist +6 m SetElementMatrix Added missing type @ Syntax
29 August 2012
- 08:5908:59, 29 August 2012 diff hist −2 m GetTimerDetails fixed typo
28 August 2012
- 20:1820:18, 28 August 2012 diff hist −5 GetSoundLength getSoundLength returns a float in seconds, not int + ms
- 10:5310:53, 28 August 2012 diff hist −3 DxDrawRectangle3D Fixed syntax error (in the example script)
26 August 2012
- 19:4919:49, 26 August 2012 diff hist +12 m DxDrawMaterialLine3D added some links
25 August 2012
- 08:4008:40, 25 August 2012 diff hist +23 m DE/isVehicleFuelTankExplodable some corrections current
- 08:3708:37, 25 August 2012 diff hist −1 m DE/createVehicle addendum to previous edit
- 08:3608:36, 25 August 2012 diff hist −111 m DE/createVehicle some corrections
- 08:3008:30, 25 August 2012 diff hist +39 m DE/detachTrailerFromVehicle some corrections current
- 08:2708:27, 25 August 2012 diff hist −14 m DE/addVehicleUpgrade some corrections current