bandi94 Posted January 8, 2012 Share Posted January 8, 2012 Hello i am wondering if it possible to disable the burnout smoke for many player's cause lag (and are some player's and they burnout on start to make lag for other player's ) and if it possible to turn off it would be great ? Link to comment
BinSlayer1 Posted January 8, 2012 Share Posted January 8, 2012 (edited) Simply turn off using toggleControl() the forward driving Edited January 8, 2012 by Guest Link to comment
Klesh Posted January 8, 2012 Share Posted January 8, 2012 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
bandi94 Posted January 9, 2012 Author Share Posted January 9, 2012 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 ) Link to comment
BinSlayer1 Posted January 9, 2012 Share Posted January 9, 2012 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now