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 23 May 2024, 20:25 (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 22:44, 25 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

25 June 2024

 m   14:23  FileGetContents diffhist +55 Fernando187 talk contribs (add (file must be in meta.xml))

24 June 2024

     16:28  FileRead diffhist +551 Tracer talk contribs
     16:23  FileGetContents diffhist +697 Tracer talk contribs

22 June 2024

N    14:16  EngineSetPoolCapacity diffhist +505 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function changes the capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineSetPoolCapacity( string pool, number capacity ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool * '''capacity ''': New size ===Returns=== '''true''' if the pool capacity was changed and '''false''' if not. Throws an error if the pool is invalid. {{Engine_pools}} ==S...")
N    14:11  EngineGetPoolCapacity diffhist +404 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    14:08  EngineGetPoolUsedCapacity diffhist +418 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the used capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolUsedCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The used capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    14:08  EngineGetPoolDefaultCapacity diffhist +427 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the default capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolDefaultCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The default capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")

17 June 2024

     17:31  Changes in 1.6 diffhist −64 TheNormalnij talk contribs (Vladislav Nikolaevich and Uladzislau Nikalayevich and TheNormalnij is me)

11 June 2024

     14:34  Server mtaserver.conf diffhist −518 Megadreams talk contribs (Remove vehicle_contact_sync_radius) Tag: Manual revert
N    13:57  FxCreateParticle‎‎ 2 changes history +2,195 [FileEX‎ (2×)]
 m   
13:57 (cur | prev) +40 FileEX talk contribs
N    
13:55 (cur | prev) +2,155 FileEX talk contribs (Created page with "__NOTOC__ {{Client function}} Creates the given particles of the specified color. Can be useful for creating flares, toxic fumes, reward effects, etc. ==Syntax== <syntaxhighlight lang="lua"> bool fxCreateParticle(string particle, float posX, float posY, float posZ, float dirX, float dirY, float dirZ, float r, float g, float b, float a [, bool randomizeColors = false, int count = 1, float brightness = 1.0, float size = 0.3, bool randomSizes = false, float life = 1.0 ]) <...")
 m   08:14  GetAccountType‎‎ 3 changes history −49 [Tracer‎ (3×)]
 m   
08:14 (cur | prev) +62 Tracer talk contribs (Added section to example)
 m   
08:13 (cur | prev) −93 Tracer talk contribs (Removed Issues)
 m   
08:13 (cur | prev) −18 Tracer talk contribs

10 June 2024

 m   16:44  PathIsDirectory diffhist −1 Fernando187 talk contribs (Fix function return type from table to bool)
 m   16:43  PathIsFile diffhist −1 Fernando187 talk contribs (Fix function return type from table to bool)

9 June 2024

 m   18:43  CreateBuilding‎‎ 2 changes history +14 [TheNormalnij‎; FeaturedPro‎]
 m   
18:43 (cur | prev) +29 FeaturedPro talk contribs (Improve simple example)
 m   
18:31 (cur | prev) −15 TheNormalnij talk contribs (Fix position)
N    10:01  IsVehicleRespawnable‎‎ 2 changes history +972 [Tracer‎ (2×)]
 m   
10:01 (cur | prev) +33 Tracer talk contribs (Added OOP variable and setter)
N    
09:33 (cur | prev) +939 Tracer talk contribs (Created page with "{{Server function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22505|This function check if the vehicle is respawnable.}} ==Syntax== <syntaxhighlight lang="lua"> bool isVehicleRespawnable ( vehicle theVehicle ) </syntaxhighlight> {{OOP||vehicle:isRespawnable}} ===Required Arguments=== *'''theVehicle:''' The vehicle which you'd like to get respawn state of. ===Returns=== Returns three '''true''' if the vehicle is respawnable, '''false''' otherwise. ==Example==...")
N    09:45  GetVehicleRespawnDelay‎‎ 2 changes history +1,034 [Tracer‎ (2×)]
 m   
09:45 (cur | prev) +41 Tracer talk contribs (Added `Added feature`)
N    
09:41 (cur | prev) +993 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} This function gets the time delay (in milliseconds) the vehicle will remain wrecked before respawning. ==Syntax== <syntaxhighlight lang="lua"> int getVehicleRespawnDelay ( vehicle theVehicle ) </syntaxhighlight> {{OOP||vehicle:getRespawnDelay|respawnDelay|setVehicleRespawnDelay}} ===Required Arguments=== *'''theVehicle''': The vehicle you wish to get the respawn delay of. ==Returns== Returns the delay in milliseconds. ==Example=...")
N    09:44  GetVehicleIdleRespawnDelay diffhist +1,063 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} {{Added feature/item|1.6.1|1.6.0|22505|This function gets the time delay (in milliseconds) the vehicle will remain at its position while empty.}} ==Syntax== <syntaxhighlight lang="lua"> int getVehicleIdleRespawnDelay ( vehicle theVehicle ) </syntaxhighlight> {{OOP||vehicle:getIdleRespawnDelay|idleRespawnDelay|setVehicleIdleRespawnDelay}} ===Required Arguments=== *'''theVehicle''': The vehicle you wish to get the idle delay of. ==...")

8 June 2024

     23:00  ProcessLineOfSight‎‎ 4 changes history +1,168 [FileEX‎ (2×); Pirulax‎ (2×)]
 m   
23:00 (cur | prev) +3 FileEX talk contribs
     
19:18 (cur | prev) +4 Pirulax talk contribs
     
19:18 (cur | prev) +230 Pirulax talk contribs (Fix last edit (Clarify function arguments))
 m   
15:44 (cur | prev) +931 FileEX talk contribs (textureHitInfo parameter)
     07:06  OnDebugMessage‎‎ 3 changes history −37 [Srslyyyy‎ (3×)]
     
07:06 (cur | prev) −172 Srslyyyy talk contribs (Remove new item highlight.)
     
07:04 (cur | prev) +33 Srslyyyy talk contribs (Improve example.)
     
06:53 (cur | prev) +102 Srslyyyy talk contribs (Add information about cancelling.)
     06:51  OnPlayerProjectileCreation diffhist −2 Srslyyyy talk contribs (→‎Canceling)
N    01:14  EngineStreamingRestoreBufferSize‎‎ 2 changes history +721 [Nico834‎ (2×)]
 m   
01:14 (cur | prev) +4 Nico834 talk contribs (Add a line break)
N    
01:13 (cur | prev) +717 Nico834 talk contribs (Filling in page data & structure)
     00:37  EngineStreamingSetModelCacheLimits diffhist +1,299 Nico834 talk contribs (Filling in page data & structure)

6 June 2024

     18:51  DbConnect diffhist +537 Botder talk contribs
 m   11:25  EngineSetModelPhysicalPropertiesGroup‎‎ 2 changes history +152 [FileEX‎ (2×)]
 m   
11:25 (cur | prev) +40 FileEX talk contribs (New feature template)
 m   
11:22 (cur | prev) +112 FileEX talk contribs
     10:53  BreakObject diffhist +150 FileEX talk contribs
     03:16  Server mtaserver.conf diffhist +518 Megadreams talk contribs

4 June 2024

 m   14:27  SetWorldSpecialPropertyEnabled‎‎ 5 changes history +519 [FileEX‎ (5×)]
 m   
14:27 (cur | prev) −6 FileEX talk contribs (Example fix)
 m   
14:24 (cur | prev) +216 FileEX talk contribs (Photos)
 m   
14:07 (cur | prev) +2 FileEX talk contribs
 m   
14:07 (cur | prev) +28 FileEX talk contribs
 m   
14:06 (cur | prev) +279 FileEX talk contribs (extendedwatercannons)

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
 m   16:58  GetAccountType diffhist +93 Tracer talk contribs (Added issue note)
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...")