Skip to content

Conversation

@Proxy-99
Copy link
Contributor

@Proxy-99 Proxy-99 commented Oct 17, 2024

setVehicleSmokeTrailEnabled (vehicle, bool)
isVehicleSmokeTrailEnabled(vehicle)

`works with Cropduster and Stuntplane id 512,513

veh = {512,513}

local plane = createVehicle (veh[2], 2043.23499, 1537.88562, 10.67188)

local ped = createPed ( 2, 0,0,0 )

warpPedIntoVehicle ( ped, plane)   

setTimer(function()
print(setVehicleSmokeTrailEnabled (plane,true))

 end ,1500,1)
 
 function disbled()
 print(setVehicleSmokeTrailEnabled (plane,false))
 print(isVehicleSmokeTrailEnabled(plane))
 end
 
 bindKey ("r", "down", disbled ) 

@Proxy-99 Proxy-99 marked this pull request as draft October 17, 2024 21:39
@Proxy-99 Proxy-99 marked this pull request as ready for review October 18, 2024 00:02
@Proxy-99 Proxy-99 requested a review from FileEX October 18, 2024 13:33
@Proxy-99 Proxy-99 requested a review from TheNormalnij October 18, 2024 21:51
@Fernando-A-Rocha
Copy link
Contributor

Fernando-A-Rocha commented Oct 18, 2024

it would be nice to make it work with engine request model ids ofc, since this new function is Clientside

@Proxy-99 Proxy-99 changed the title add setPlaneTrailEnabled function add setVehicleSmokeTrailEnabled & isVehicleSmokeTrailEnabled function Oct 18, 2024
@TheNormalnij TheNormalnij merged commit a5dfc52 into multitheftauto:master Oct 23, 2024
6 checks passed
MTABot pushed a commit that referenced this pull request Oct 23, 2024
a5dfc52 add setVehicleSmokeTrailEnabled & isVehicleSmokeTrailEnabled function (#3810)
792d9aa Update client en_US pot
@TheNormalnij TheNormalnij added the enhancement New feature or request label Oct 23, 2024
@TheNormalnij TheNormalnij added this to the 1.6.1 milestone Oct 23, 2024
@Proxy-99 Proxy-99 deleted the plane-smoke branch September 2, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants