setVehicleModelExhaustFumesPosition | Multi Theft Auto: Wiki Skip to content

setVehicleModelExhaustFumesPosition

Client-side
Server-side
Shared

Pair: getVehicleModelExhaustFumesPosition

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 sets the position of the exhaust fumes the vehicle model emits. Use setVehicleComponentPosition to adjust the exhaust position.

Syntax

setVehicleModelExhaustFumesPosition ( )

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