getVehicleModelExhaustFumesPosition | Multi Theft Auto: Wiki Skip to content

getVehicleModelExhaustFumesPosition

Client-side
Server-side
Shared

Pair: setVehicleModelExhaustFumesPosition

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function returns the position of the exhaust fumes the vehicle model emits.

Syntax

getVehicleModelExhaustFumesPosition ( )

Code Examples

client
local x, y, z = getVehicleModelExhaustFumesPosition( 411 ) -- Get its exhaust fumes position
setVehicleModelExhaustFumesPosition( 411, x, y, z + 1 ) -- Set its exhaust fumes position
local vehicle = createVehicle( 411, 0, 0, 3 ) -- Create a vehicle

See Also

Vehicle Functions