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 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 | Show minor edits
Show new changes starting from 14:41, 31 July 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

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...")

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

     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

N    17:33  ShakeCamera‎‎ 2 changes history +804 [Srslyyyy‎ (2×)]
     
17:33 (cur | prev) +1 Srslyyyy talk contribs
N    
17:27 (cur | prev) +682 Srslyyyy talk contribs (Add shakeCamera by Tracer (https://github.com/multitheftauto/mtasa-blue/pull/3585))