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 6 July 2024, 12:15 (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 14:20, 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...")
 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
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

28 July 2024

 m   15:51  ShakeCamera diffhist +271 FileEX talk contribs (Note)

26 July 2024

 m   14:01  CreateProjectile diffhist −100 FileEX talk contribs (Issue fixed)

25 July 2024

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

23 July 2024

     23:06  PathListDir‎‎ 5 changes history +606 [FileEX‎; Fernando187‎ (4×)]
 m   
23:06 (cur | prev) −2 FileEX talk contribs
 m   
11:47 (cur | prev) +12 Fernando187 talk contribs
 m   
11:46 (cur | prev) +31 Fernando187 talk contribs
     
11:42 (cur | prev) +522 Fernando187 talk contribs (Improve example code)
 m   
11:38 (cur | prev) +43 Fernando187 talk contribs

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‎‎ 3 changes history +804 [Tracer‎; Srslyyyy‎ (2×)]
     
17:33 (cur | prev) +1 Srslyyyy talk contribs
 m   
17:29 (cur | prev) +121 Tracer talk contribs
N    
17:27 (cur | prev) +682 Srslyyyy talk contribs (Add shakeCamera by Tracer (https://github.com/multitheftauto/mtasa-blue/pull/3585))

15 July 2024

     21:03  OnClientPlayerWasted‎‎ 4 changes history +455 [Nico834‎ (4×)]
     
21:03 (cur | prev) +285 Nico834 talk contribs (Add beta header)
 m   
12:59 (cur | prev) +2 Nico834 talk contribs (Grammar correction)
     
12:58 (cur | prev) +10 Nico834 talk contribs (Add correct type for the new arguments (animGroup & animID))
     
12:58 (cur | prev) +158 Nico834 talk contribs (Add new arguments (animGroup & animID))
     21:02  OnPedWasted‎‎ 2 changes history +473 [Nico834‎ (2×)]
     
21:02 (cur | prev) +309 Nico834 talk contribs (Add beta header)
     
13:02 (cur | prev) +164 Nico834 talk contribs (Add new arguments (animGroup & animID))
     21:00  OnPlayerWasted‎‎ 2 changes history +450 [Nico834‎ (2×)]
     
21:00 (cur | prev) +280 Nico834 talk contribs (Add beta header)
     
13:02 (cur | prev) +170 Nico834 talk contribs (Add new arguments (animGroup & animID))
 m   20:56  GetPlayerScriptDebugLevel diffhist +6 Nico834 talk contribs (Add new oop syntax)
     20:55  GetResourceName diffhist +279 Nico834 talk contribs (Add default parameter)
N    18:54  GetMarkerTargetArrowProperties diffhist +669 FileEX talk contribs (Created page with "__NOTOC__ {{Server client function}} {{New feature/item|9.0161|1.6.0|22620|function returns the color, transparency and size for a checkpoint marker's target arrow.}} ==Syntax== <syntaxhighlight lang="lua"> int, int, int, int, int getMarkerTargetArrowProperties( marker theMarker ) </syntaxhighlight> ===Required Arguments=== *'''theMarker''': The marker that you wish to retrieve the color and size of. ===Returns=== Returns five ints corresponding to the amount o...")
N    18:48  SetMarkerTargetArrowProperties‎‎ 2 changes history +1,104 [FileEX‎ (2×)]
 m   
18:48 (cur | prev) +40 FileEX talk contribs
N    
18:45 (cur | prev) +1,064 FileEX talk contribs (Created page with "__NOTOC__ {{Server client function}} This function changes the color and size of the checkpoint marker's target arrow. ==Syntax== <syntaxhighlight lang="lua">bool setMarkerTargetArrowProperties(element marker [, int r = 255, int g = 64, int b = 64, int a = 255, float size = markerSize * 0.625 ] )</syntaxhighlight> ===Required Arguments=== *'''theMarker:''' The marker that you wish to set the color of. *'''r:''' The amount of red in the final color (0 to 255). *'''g:...")
 m   18:37  CreateMarker diffhist +804 FileEX talk contribs (Add new argument)
 m   18:30  SetJetpackWeaponEnabled diffhist −83 FileEX talk contribs (Issues fixed)

14 July 2024

     06:07  SetPedAnimation diffhist −67 Yeleha talk contribs (Issue fixed, removed from table.)

13 July 2024

 m   01:07  EngineStreamingRestoreBufferSize‎‎ 2 changes history 0 [Nico834‎ (2×)]
 m   
01:07 (cur | prev) −4 Nico834 talk contribs (Undo revision 79848 by Nico834 (talk)) Tag: Undo
 m   
01:05 (cur | prev) +4 Nico834 talk contribs (Add line break)

9 July 2024

     12:56 Upload log Fernando187 talk contribs uploaded File:Flag br.png(Flag of Brazil)