Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
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
26 December 2024
N 15:20 | IsVehicleSmokeTrailEnabled diffhist +1,099 Prox talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22815 | This function is used to check planes smoke trail enabled or disabled. }} {{Note|The smoke trail is only supported to models 512 and 513, so this only going to works with that models}} ==Syntax== <syntaxhighlight lang="lua"> isVehicleSmokeTrailEnabled( vehicle veh ) </syntaxhighlight> ===Required arguments=== *'''theVehicle:''' The vehicle that you want to set the smoke trail. ===Returns=...") |
14:43 | Upload log Prox talk contribs uploaded File:Mta-screen 2024-12-26 17-38-53.png |
N 14:36 | SetVehicleSmokeTrailEnabled diffhist +1,173 Prox talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22815 | This function used to set planes smoke trail enabled or disabled. }} ==Syntax== <syntaxhighlight lang="lua"> setVehicleSmokeTrailEnabled ( vehicle veh, bool enable ) </syntaxhighlight> ===Required arguments=== *'''theVehicle:''' The vehicle that you want to set the smoke trail. *'''enable:''' A boolean if set to true it will enabled the smoke trail. *'''note''' this only works with vehicl...") |