All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:55, 17 April 2026 Arran Fortuna talk contribs created page ResetDynamicPedShadows (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...")
- 09:54, 17 April 2026 Arran Fortuna talk contribs created page SetDynamicPedShadowsEnabled (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...")
- 09:53, 17 April 2026 Arran Fortuna talk contribs created page IsDynamicPedShadowsEnabled (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==...")
- 23:48, 8 April 2026 User account Dante46 talk contribs was created
- 19:58, 7 April 2026 Frankstark talk contribs created page User talk:Frankstark (Web App Development Agency Building Scalable and High-Performance Digital Solutions: new section)
- 19:43, 7 April 2026 User account Frankstark talk contribs was created
- 15:25, 5 April 2026 Knower talk contribs created page User talk:Knower (Created page with "Hi everyone! 👋 My name is Knower, and I am a professional MTA programmer since 2018. I am here today to share my knowledge and help the community grow. I am fully proficient in Lua, and I also have strong skills in HTML, CSS, and JavaScript. I specialize in creating interactive and polished interfaces using DX, DGS, and HTML GUIs. Throughout the years, I have worked on numerous systems, scripts, and custom features for MTA, mastering both client-side and serv...")
- 15:19, 5 April 2026 Knower talk contribs created page IsCursorOnElement (Created page with "== Client-Side Function: isCursorOnElement == thumb '''Description:''' This function is used in GUI / DX to create interactive buttons or effects in a professional way. It allows you to make elements like buttons, rectangles, or any selectable area responsive to the player's cursor. You can also add many enhancements to make the appearance of the button or element look visually appealing and professional. --- === Function === <syntaxhighlight la...")