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:07, 15 October 2024 Tracer talk contribs created page GetPedAnimationSpeed (Added new function (TODO: Example required!))
- 06:06, 15 October 2024 Tracer talk contribs created page GetPedAnimationLength (Added new function (TODO: Example required!))
- 06:05, 15 October 2024 Tracer talk contribs created page GetPedAnimationProgress (Added new function (TODO: Example required!))
- 08:57, 31 July 2024 Tracer talk contribs created page ResetShakeCamera (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22631| This function cancels the chaking effect caused by '''shakeCamera''' }} ==Syntax== <syntaxhighlight lang="lua"> bool resetShakeCamera ( ) </syntaxhighlight> ===Returns=== Always returns ''true''. ==Example== This example allows you to trigger huge camera shake effect near you and then cancels the effect after 5 seconds. <syntaxhighlight lang="lua"> addCommandHandler('doShake', function() sh...")
- 11:23, 29 June 2024 Tracer talk contribs created page Talk:Default resources - Contributing (Created blank page)
- 15:40, 19 June 2024 Tracer talk contribs created page Talk:New coding guidelines (For further discussions about the guidelines)
- 09:44, 9 June 2024 Tracer talk contribs created page GetVehicleIdleRespawnDelay (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. ==...")
- 09:41, 9 June 2024 Tracer talk contribs created page GetVehicleRespawnDelay (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=...")
- 09:33, 9 June 2024 Tracer talk contribs created page IsVehicleRespawnable (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==...")
- 08:25, 8 June 2024 Tracer talk contribs created page RU/OOP (Redirected page to Ru/OOP) Tag: New redirect
- 08:19, 8 June 2024 Tracer talk contribs created page Template:Audio Containers (Added audio containers)