Recent changes

Jump to navigation Jump to search

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

Recent changes options Below are the changes since 16 April 2026, 10:29 (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 | Hide bots | Show minor edits
Show new changes starting from 15:54, 17 April 2026
   
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

17 April 2026

N    10:08  SetDynamicPedShadowsEnabled‎‎ 4 changes history +1,354 [Arran Fortuna‎ (4×)]
     
10:08 (cur | prev) 0 Arran Fortuna talk contribs
     
10:04 (cur | prev) −62 Arran Fortuna talk contribs
     
10:02 (cur | prev) +4 Arran Fortuna talk contribs
N    
09:54 (cur | prev) +1,412 Arran Fortuna talk contribs (Created page with "__NOTOC__ {{Client function}} This function allows scripts to override the current dynamic ped shadow setting on the client. When used, it temporarily overrides the player’s video setting for dynamic ped shadows. To restore the original value based on the player's settings, use resetDynamicPedShadows. ==Syntax== <syntaxhighlight lang="lua"> bool setDynamicPedShadowsEnabled ( bool enabled ) </syntaxhighlight> ===Required Arguments=== *'''enabled:''' a boolean val...")
N    10:04  IsDynamicPedShadowsEnabled‎‎ 2 changes history +1,026 [Arran Fortuna‎ (2×)]
     
10:04 (cur | prev) −59 Arran Fortuna talk contribs
N    
09:53 (cur | prev) +1,085 Arran Fortuna talk contribs (Created page with "__NOTOC__ {{Client function}} This function checks whether dynamic shadows for peds are currently enabled on the client. The returned value may reflect: * The player's video settings. * Any override applied using setDynamicPedShadowsEnabled. Use resetDynamicPedShadows to restore the setting back to the player’s original video configuration. ==Syntax== <syntaxhighlight lang="lua"> bool isDynamicPedShadowsEnabled ( ) </syntaxhighlight> ===Required Arguments==...")
N    10:03  ResetDynamicPedShadows‎‎ 2 changes history +1,121 [Arran Fortuna‎ (2×)]
     
10:03 (cur | prev) −63 Arran Fortuna talk contribs
N    
09:55 (cur | prev) +1,184 Arran Fortuna talk contribs (Created page with "__NOTOC__ {{Client function}} This function restores the dynamic ped shadow setting back to the player's original video configuration. If setDynamicPedShadowsEnabled was used to override the setting, calling this function will remove that override and reapply the value defined in the player's settings. This is useful for ensuring that temporary changes made by a resource do not persist after it stops. ==Syntax== <syntaxhighlight lang="lua"> bool resetDynamicPedSha...")