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 | Show my edits | Hide bots | Hide minor edits
Show new changes starting from 23:47, 1 June 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

1 June 2024

     22:21  PathListDir diffhist −7 Srslyyyy talk contribs (→‎Example)

27 May 2024

 m   13:46  CreateBuilding diffhist 0 Beence58 talk contribs (required arguments fix)

26 May 2024

 m   16:58  ResetPedVoice diffhist −71 Tracer talk contribs (Fixed all related issues) Tag: Manual revert
N    16:58  GetAccountType‎‎ 2 changes history +1,292 [Tracer‎ (2×)]
 m   
16:58 (cur | prev) +93 Tracer talk contribs (Added issue note)
N    
10:30 (cur | prev) +1,199 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} {{New feature/item|3.0161|1.6.0|22470|This function returns an account type.}} ==Syntax== <syntaxhighlight lang="lua"> string getAccountType ( account theAccount ) </syntaxhighlight> {{OOP|This function is a static function underneath the Account class.|Account.getType||}} ===Required Arguments=== *'''theAccount:''' An account you want to get info from ===Returns=== Returns ''string'' containing the type of the account if t...")
N    12:12  PathIsDirectory diffhist +1,630 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a directory.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsDirectory ( string path ) </syntaxhighlight> {{OOP||path:isDirectory}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a directory, '''false''' otherwise. ==Example==...")
N    11:32  PathIsFile diffhist +861 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a file.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsFile ( string path ) </syntaxhighlight> {{OOP||path:isFile}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a file, '''false''' otherwise. ==Example== <section name="Share...")
N    11:20  PathListDir‎‎ 2 changes history +1,638 [Tracer‎ (2×)]
 m   
11:20 (cur | prev) +7 Tracer talk contribs (Fixed `See also` section)
N    
11:20 (cur | prev) +1,631 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470| Reads a specified directory and returns all entries inside of it. }} ==Syntax== <syntaxhighlight lang="lua"> table pathListDir ( string path ) </syntaxhighlight> {{OOP||path:listDir}} ===Required Arguments=== *'''path:''' A string containing a path you want to get entries from ===Returns=== Returns table with all entries in a specified directory. ==Example== <section name="Client" clas...")
N    10:03  OnAccountCreate‎‎ 2 changes history +810 [Tracer‎ (2×)]
 m   
10:03 (cur | prev) −1 Tracer talk contribs (Fixed a typo)
N    
10:01 (cur | prev) +811 Tracer talk contribs (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is created}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was created ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")
N    10:02  OnAccountRemove diffhist +833 Tracer talk contribs (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is removed}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was removed ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")

25 May 2024

N    15:11  RestoreAllGameBuildings‎‎ 3 changes history +410 [TheNormalnij‎ (3×)]
     
15:11 (cur | prev) −1 TheNormalnij talk contribs
 m   
15:10 (cur | prev) 0 TheNormalnij talk contribs
N    
15:10 (cur | prev) +411 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function cancels RemoveAllGameBuildings efffect}} {{Note|This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.}} ==Syntax== <syntaxhighlight lang="lua">nil restoreAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")
N    15:05  RemoveAllGameBuildings‎‎ 2 changes history +393 [TheNormalnij‎ (2×)]
     
15:05 (cur | prev) +94 TheNormalnij talk contribs (Add note)
N    
14:59 (cur | prev) +299 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function is used to remove all world buildings and frees building pool.}} ==Syntax== <syntaxhighlight lang="lua">nil removeAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")

24 May 2024

N    20:02  OnPlayerTriggerInvalidEvent diffhist +3,460 Srslyyyy talk contribs (Add onPlayerTriggerInvalidEvent by lopsi (https://github.com/multitheftauto/mtasa-blue/pull/3400))
     18:24  SetWorldSpecialPropertyEnabled diffhist −6 Srslyyyy talk contribs (→‎Example)
N    06:10  OnPlayerTeamChange diffhist +1,281 Esmail9900 talk contribs (→‎Player events)

23 May 2024

 m   21:42  IsObjectMoving diffhist +106 FileEX talk contribs (Update)
 m   21:37  OnPlayerPrivateMessage diffhist +167 FileEX talk contribs (Add content argument)
 m   21:30  SetWorldSpecialPropertyEnabled diffhist +220 FileEX talk contribs (Add roadsignstext)
N    18:30  OnResourceStateChange‎‎ 2 changes history +1,361 [Tracer‎ (2×)]
 m   
18:30 (cur | prev) −1 Tracer talk contribs (Fixed abnormal gap)
N    
18:29 (cur | prev) +1,362 Tracer talk contribs (Created page with "{{Server event}} <!-- Change version when https://buildinfo.multitheftauto.com will be updated --> {{Added feature/item|1.6.1|1.6.0|22430| This event is triggered when a resource's state is changed. This event is an extended version of onResourceLoadStateChange }} __NOTOC__ ==Parameters== <syntaxhighlight lang="lua"> resource changedResource, string oldState, string newState </syntaxhighlight> *'''changedResource''': The resource that was either loaded, re...")

14 May 2024

     00:00  Changes in 1.6 diffhist −44 Monsalvee talk contribs (→‎Important notice to Windows 7 and 8.x users)

13 May 2024

     23:59  Changes in 1.6 diffhist +43 Monsalvee talk contribs

30 April 2024

     08:11  Changes in 1.6 diffhist +193 Tracer talk contribs (Added #2906 bugfix)

29 April 2024

     22:38  TriggerServerEvent‎‎ 2 changes history 0 [Srslyyyy‎ (2×)]
     
22:38 (cur | prev) 0 Srslyyyy talk contribs (→‎Example)
     
22:37 (cur | prev) 0 Srslyyyy talk contribs
     20:06  Changes in 1.6 diffhist +187 Tracer talk contribs (Added #3021 bugfix)

21 April 2024

N    16:50  Building diffhist +30 TheNormalnij talk contribs (Redirected page to Element/Building) Tag: New redirect
     16:24  CreateBuilding diffhist +1,636 TheNormalnij talk contribs

19 April 2024

     09:58  TriggerServerEvent‎‎ 6 changes history +5,121 [Srslyyyy‎ (6×)]
     
09:58 (cur | prev) +13 Srslyyyy talk contribs
     
04:03 (cur | prev) 0 Srslyyyy talk contribs
     
04:02 (cur | prev) +46 Srslyyyy talk contribs
     
04:01 (cur | prev) −1 Srslyyyy talk contribs
     
04:01 (cur | prev) +112 Srslyyyy talk contribs
     
03:59 (cur | prev) +4,951 Srslyyyy talk contribs (Improve examples.)

18 April 2024

     22:11  TriggerServerEvent diffhist +92 AirNewSCR talk contribs (→‎Removed 'localPlayer', changed to resourceRoot)

13 April 2024

     22:31  TriggerServerEvent diffhist −9 Srslyyyy talk contribs

8 April 2024

     20:36  TriggerServerEvent‎‎ 9 changes history −579 [Srslyyyy‎ (9×)]
     
20:36 (cur | prev) +8 Srslyyyy talk contribs (→‎Required Arguments)
     
20:29 (cur | prev) +2 Srslyyyy talk contribs (→‎Required Arguments)
     
20:20 (cur | prev) −1 Srslyyyy talk contribs (→‎Required Arguments)
     
20:16 (cur | prev) +194 Srslyyyy talk contribs (→‎Required Arguments)
     
19:53 (cur | prev) −883 Srslyyyy talk contribs (→‎Example)
     
19:39 (cur | prev) +2 Srslyyyy talk contribs (→‎Example)
     
19:37 (cur | prev) +14 Srslyyyy talk contribs (→‎Syntax)
     
16:14 (cur | prev) +40 Srslyyyy talk contribs
     
16:12 (cur | prev) +45 Srslyyyy talk contribs (Clarify theElement.)