Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Below are the changes since 8 July 2024, 15:08 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 18:39, 4 September 2024
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

4 September 2024

N    12:20  IsObjectRespawnable diffhist +846 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22708|This function checks if the object has respawn enabled, which can be toggled using toggleObjectRespawn.}} ==Syntax== <syntaxhighlight lang="lua">bool isObjectRespawnable( object theObject )</syntaxhighlight> {{OOP||object:isRespawnable}} ===Required Arguments=== *'''theObject:''' an object element. ===Returns=== Returns true if the object has respawning enabled, false otherwise. ==Examp...")
 m   12:11  ToggleObjectRespawn diffhist +96 FileEX talk contribs
 m   12:10  RespawnObject diffhist +150 FileEX talk contribs
 m   11:57  SetVehicleComponentRotation diffhist −27 FileEX talk contribs
 m   11:56  SetVehicleComponentScale diffhist −25 FileEX talk contribs
     04:29  Template:Elements diffhist +74 Megadreams talk contribs (Added building element)

2 September 2024

 m   13:34  SetHelicopterRotorSpeed diffhist +93 FileEX talk contribs (Deprecate)

30 August 2024

     11:11  DxGetBlendMode diffhist −18 1Lorenzo talk contribs
     11:10  DxSetShaderTransform diffhist −18 1Lorenzo talk contribs

29 August 2024

     14:25  DxSetShaderTransform diffhist +1,409 FIY9AL talk contribs (→‎Example)
     14:14  DxGetBlendMode diffhist +502 FIY9AL talk contribs (→‎Example)
     13:55  DxDrawMaterialPrimitive‎‎ 5 changes history +563 [FIY9AL‎ (5×)]
     
13:55 (cur | prev) +37 FIY9AL talk contribs (→‎Example)
     
13:54 (cur | prev) +526 FIY9AL talk contribs (→‎Example)
     
13:53 (cur | prev) −507 FIY9AL talk contribs Tag: Manual revert
     
13:52 (cur | prev) +5 FIY9AL talk contribs (Undo revision 77048 by Dmi7ry (talk)) Tag: Undo
     
13:51 (cur | prev) +502 FIY9AL talk contribs (The dxDrawMaterialPrimitive function in MTA allows you to draw 2D or 3D textured primitives by passing the vertex data directly as individual arguments.)

28 August 2024

     11:08  CreateBuilding diffhist −1 TheNormalnij talk contribs

25 August 2024

 m   14:32  Resource Web Access diffhist +82 Botder talk contribs (Add new-feature-item wrapper for router)

24 August 2024

     19:37  Resource Web Access‎‎ 3 changes history +5,397 [Botder‎ (3×)]
 m   
19:37 (cur | prev) −21 Botder talk contribs
 m   
19:36 (cur | prev) +7 Botder talk contribs
     
19:34 (cur | prev) +5,411 Botder talk contribs (Add HTTP router function information)

19 August 2024

     00:43  EnginePreloadWorldArea diffhist −14 Megadreams talk contribs (Fixed return type (nil - function returns nothing))

18 August 2024

N    19:37  EnginePreloadWorldArea‎‎ 2 changes history +1,305 [FileEX‎ (2×)]
 m   
19:37 (cur | prev) +40 FileEX talk contribs
N    
19:35 (cur | prev) +1,265 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ This function allows a specific area to be loaded '''immediately''', which can be useful when teleporting a player. The function is not based on a radius, but a specific zone is loaded. ==Syntax== <syntaxhighlight lang="lua"> bool enginePreloadWorldArea(float x, float y, float z [, string loadingOption = "all" ] ) </syntaxhighlight> ===Required Arguments=== *'''x:''' Position in the X axis. *'''y:''' Position in the Y axis *'''z:''' Pos...")
 m   19:20  OnVehicleExplode diffhist +114 FileEX talk contribs (player argument)
 m   17:14  Template:Client world functions diffhist +208 FileEX talk contribs (time functions)
N    17:11  ResetTimeFrozen diffhist +476 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22676| This function unfreezes time frozen using setTimeFrozen. This is equivalent to using setTimeFrozen to false. }} ==Syntax== <syntaxhighlight lang="lua"> bool resetTimeFrozen( ) </syntaxhighlight> ===Returns=== Always returns ''true''. ==Example== This example let you to unfreeze time <syntaxhighlight lang="lua"> resetTimeFrozen() </syntaxhighlight> ==See Also== {{Client world functions}}")
N    17:09  IsTimeFrozen‎‎ 2 changes history +499 [FileEX‎ (2×)]
 m   
17:09 (cur | prev) −1 FileEX talk contribs
N    
17:08 (cur | prev) +500 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22676| This function allows you to check whether time has been frozen using setTimeFrozen. }} ==Syntax== <syntaxhighlight lang="lua"> bool setTimeFrozen ( ) </syntaxhighlight> ===Returns=== Returns true if time is frozen, false otherwise. ==Example== <syntaxhighlight lang="lua"> addCommandHandler('freezetime', function() setTimeFrozen(not isTimeFrozen()) end) </syntaxhighlight> ==See Also== {...")

17 August 2024

 m   09:01  SetTimeFrozen diffhist +26 Tracer talk contribs

16 August 2024

N    20:42  SetTimeFrozen‎‎ 3 changes history +514 [Prox‎ (3×)]
 m   
20:42 (cur | prev) +4 Prox talk contribs (minor change)
     
20:41 (cur | prev) +1 Prox talk contribs (minor change)
N    
20:40 (cur | prev) +509 Prox talk contribs (create page)

15 August 2024

 m   22:56  EngineSetModelLODDistance diffhist +247 FileEX talk contribs

14 August 2024

 m   11:06  OnVehicleExplode diffhist +145 FileEX talk contribs (Add missing parameter)

5 August 2024

 m   09:38  DbConnect diffhist +2 Tracer talk contribs

1 August 2024

     15:14  GetVehicleEntryPoints‎‎ 4 changes history +1,855 [Megadreams‎; 1Lorenzo‎ (3×)]
     
15:14 (cur | prev) −1 1Lorenzo talk contribs (→‎Example)
     
15:12 (cur | prev) +6 1Lorenzo talk contribs (→‎Example)
     
15:11 (cur | prev) +1,778 1Lorenzo talk contribs (→‎nN Example)
     
12:42 (cur | prev) +72 Megadreams talk contribs (Added note explaining that vehicle needs to be streamed in)

31 July 2024

N    13:49  OnClientCoreCommand diffhist +657 FileEX talk contribs (Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0161|1.6.0|22649| This event is triggered when a built-in client command is used, check Client Commands.}} ==Parameters== <syntaxhighlight lang="lua"> string command </syntaxhighlight> *'''command:''' The command that was executed. ==Example== This example outputs the name of the command used. <syntaxhighlight lang="lua"> addEventHandler("onClientCoreCommand", localPlayer, function(cmd) outputChatBox("Core command...")
 m   11:44  Template:Client vehicle functions diffhist +70 FileEX talk contribs
N    11:40  GetVehicleEntryPoints diffhist +1,038 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22649| This function returns a table containing the positions to 4 possible entry points to a vehicle. This function can be used alongside setPedEnterVehicle to make a ped enter a specific seat by first moving the ped to a entry point retrieved through '''getVehicleEntryPoints''' and then using setPedEnterVehicle to make them enter. }} {{Note|This does not directly relate to the amount of doors a ve...")
 m   11:05  GetVehicleHandling‎‎ 3 changes history +279 [Blond6‎; FileEX‎ (2×)]
 m   
11:05 (cur | prev) 0 FileEX talk contribs
 m   
11:05 (cur | prev) +204 FileEX talk contribs
 m   
02:20 (cur | prev) +75 Blond6 talk contribs
 m   08:58  Template:Client camera functions diffhist +30 Tracer talk contribs
N    08:57  ResetShakeCamera diffhist +595 Tracer talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22631| This function cancels the chaking effect caused by '''shakeCamera''' }} ==Syntax== <syntaxhighlight lang="lua"> bool resetShakeCamera ( ) </syntaxhighlight> ===Returns=== Always returns ''true''. ==Example== This example allows you to trigger huge camera shake effect near you and then cancels the effect after 5 seconds. <syntaxhighlight lang="lua"> addCommandHandler('doShake', function() sh...")
 m   08:55  ShakeCamera diffhist −198 Tracer talk contribs

29 July 2024

 m   10:49  ShakeCamera diffhist +90 Tracer talk contribs