Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Below are the changes since 16 July 2024, 20:35 (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 | Hide bots | Show minor edits
Show new changes starting from 23:49, 25 August 2024
   
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

24 August 2024

     19:34  Resource Web Access diffhist +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:35  EnginePreloadWorldArea diffhist +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...")
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:08  IsTimeFrozen diffhist +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

     13:47  GetEventHandlers diffhist −1 Prox talk contribs (→‎Example: typo)

16 August 2024

N    20:41  SetTimeFrozen‎‎ 2 changes history +510 [Prox‎ (2×)]
     
20:41 (cur | prev) +1 Prox talk contribs (minor change)
N    
20:40 (cur | prev) +509 Prox talk contribs (create page)

15 August 2024

     19:50  SetPedRotation diffhist +23 AirNewSCR talk contribs (Undo revision 44613 by AlexTMjugador (talk))
     10:05  ShowCursor diffhist +243 Prox talk contribs (adding note of cursor bahvior in another resource)

13 August 2024

N    15:38  User:Sybellex diffhist +1,207 Sybellex talk contribs (Created page with "==Syntax== <syntaxhighlight lang="lua"> bool addEvent ( string eventName [, bool allowRemoteTrigger = false ] ) </syntaxhighlight> ===Required Arguments=== *'''eventName:''' The name of the event you wish to create. ===Optional Arguments=== *'''allowRemoteTrigger:''' A boolean specifying whether this event can be called remotely using triggerClientEvent / triggerServerEvent or not. ===Returns=== Returns ''true'' if the event was added successfully, ''fal...")

11 August 2024

     17:17  Client Manual diffhist +43 Megadreams talk contribs (Added Steam Deck links)
     17:11  Client on Steam Deck Manual‎‎ 8 changes history +4,264 [Megadreams‎; -ffs-PLASMA‎ (7×)]
     
17:11 (cur | prev) +2,784 Megadreams talk contribs (Add installation steps)
     
15:01 (cur | prev) +246 -ffs-PLASMA talk contribs
     
12:47 (cur | prev) +9 -ffs-PLASMA talk contribs
     
12:26 (cur | prev) +2 -ffs-PLASMA talk contribs
     
12:25 (cur | prev) −2 -ffs-PLASMA talk contribs
     
12:25 (cur | prev) +1 -ffs-PLASMA talk contribs
     
12:24 (cur | prev) +3 -ffs-PLASMA talk contribs
     
12:24 (cur | prev) +1,221 -ffs-PLASMA talk contribs

10 August 2024

N    00:48  Client on Steam Deck Manual diffhist +450 Megadreams talk contribs (Created page with "{{Note|This page is a Work In Progress.}} {{Note|Connecting a keyboard and mouse to your Steam Deck is recommended when following this guide.}} ==Prerequisites== * A Steam Deck with the default OS (SteamOS) installed * A copy of GTA San Andreas, either through Steam or copied over into your SteamOS * Multi Theft Auto installer (download latest Win10+ release [https://multitheftauto.com here]) {{Note|The content below is still being worked on.}}")

7 August 2024

     21:51  IsCharInString diffhist +48 Tracer talk contribs (Marked for deletion)
     21:45  GetFilesInResourceFolder diffhist +43 Tracer talk contribs (Marked for deletion)

2 August 2024

     21:35  EngineReplaceModel diffhist +12 Srslyyyy talk contribs (→‎Example)
     13:26  FileRead diffhist +551 Tracer talk contribs (Undo revision 79715 - Feature reintroduced)
     13:25  Changes in 1.6.1 diffhist +185 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...")
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...")
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...")

29 July 2024

     09:53  Template:Useful Functions diffhist +171 Xenius talk contribs (→‎Utility)
N    09:51  ListAllFiles‎‎ 3 changes history +1,691 [Xenius‎ (3×)]
     
09:51 (cur | prev) +45 Xenius talk contribs
     
09:48 (cur | prev) −120 Xenius talk contribs (→‎Code)
N    
09:48 (cur | prev) +1,766 Xenius talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function lists all files and subdirectories within a given directory and its subdirectories. ==Syntax== <syntaxhighlight lang="lua">table listAllFiles ( string dirPath )</syntaxhighlight> ===Required Arguments=== * '''dirPath''': The string path of the directory to list files from. ===Returns=== Returns a table containing the paths of all files in the given directory and its subdirectories. ==Code== <syntaxhighlight lang="lua"> func...")

25 July 2024

     22:09  DxDrawModel3D diffhist +2 Nico834 talk contribs (Fix the function's name in syntax)

23 July 2024

     11:42  PathListDir diffhist +522 Fernando187 talk contribs (Improve example code)

22 July 2024

N    19:42  User:Mersad diffhist +104 Mersad talk contribs (Created page with "== Mersad MTA profiles == [https://forum.multitheftauto.com/profile/86128-mersad/ MTA forum profile]<br>")
     19:35  SetGarageOpen‎‎ 4 changes history +3,678 [Mersad‎ (4×)]
     
19:35 (cur | prev) +52 Mersad talk contribs (→‎Example)
     
19:34 (cur | prev) −60 Mersad talk contribs (→‎Example)
     
19:31 (cur | prev) −4 Mersad talk contribs (→‎Example)
     
19:25 (cur | prev) +3,690 Mersad talk contribs (→‎Example)
     12:07  Template:Client camera functions diffhist +42 Srslyyyy talk contribs (Adjust version for shakeCamera)
     12:03  ShakeCamera‎‎ 2 changes history +428 [Srslyyyy‎ (2×)]
     
12:03 (cur | prev) −75 Srslyyyy talk contribs (Adjust version.)
     
12:03 (cur | prev) +503 Srslyyyy talk contribs (Add example.)

21 July 2024

     20:32  EngineImageLinkTXD diffhist +108 TheNormalnij talk contribs
     20:32  EngineImageLinkDFF‎‎ 2 changes history +108 [TheNormalnij‎ (2×)]
     
20:32 (cur | prev) 0 TheNormalnij talk contribs
     
20:31 (cur | prev) +106 TheNormalnij talk contribs