Recent changes

Jump to navigation Jump to search

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

Recent changes options 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 13:02, 3 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

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
     04:33 User creation log User account Sybellex talk contribs was created ‎

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

 m   13:51  Template:Client other events diffhist +68 FileEX talk contribs
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...")