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).
- 06:53, 5 September 2024 Dragon talk contribs created page SetTimerPaused (Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to pause existing running timers and resume existing paused ti...")
- 06:53, 5 September 2024 Dragon talk contribs created page IsTimerPaused (Created page with {{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to check whether a timer is paused. }} ==Syntax== <syntaxhighlight lang="lua"> bool isTimerPa...)
- 03:45, 25 April 2024 Dragon talk contribs created page Talk:OnClientPlayerWeaponFire (Created page with "Pending testing whether remote player's projectile weapons (rocket launcher, grenades, etc.) or the camera trigger this event. Local player's definitely do --~~~~")
- 19:01, 15 June 2023 Dragon talk contribs created page User talk:Quiret (ty)
- 16:53, 13 June 2023 Dragon talk contribs created page Template:NoAsterisk (Created new wiki table template)
- 17:37, 27 January 2023 Dragon talk contribs created page IsPlayerActuallyInVehicle (Created page with "{{Useful Function}} __NOTOC__ This function provides a hacky way to recreate the client-side behavior of isPedInVehicle server-sided for player elements ONLY. It checks if a specified player is actually in a vehicle and not just in the process of entering. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerActuallyInVehicle ( player thePlayer )</syntaxhighlight> ===Required Arguments=== * '''thePlayer''': a player to check if they are inside a ve...")