Jump to content

smoke


bandi94

Recommended Posts

Do you mean the smoke generated of the car when they start on the race?

Maybe setVehiclePanelState, didn't know yet if exist something to turn of that smoke, but you can try with this functions:

unbindKey --- Inhabilitate "w" key when race starts with 
exports["race"]:onMapStarting 
--when polls are starting turn value to  
exports["race"]:onPollStarting  
unbindKey(...,false) 
unbindKey = nil 
setVehicleFrozen(true,true) 

Good luck, try with that, it should will work.

Link to comment
i mean the start on race gamemode burnout w+s but i will turn it of like BinSlayer1 say whit toggleControl(false) reverse on spawn and on start toggleControl(true )

no no no, I edited my post.

I meant to turn off the forward driving, not the reverse!

Forward is what creates the smoke, since the car is frozen and it tries to accelerate

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...