Tokio Posted June 19, 2019 Share Posted June 19, 2019 I added nitro to my car, then i press the left alt button, and the nitro not activated.. How can i fix this with a script, or anything? Another server still working the nitro with left alt button.. Link to comment
Moderators Patrick Posted June 19, 2019 Moderators Share Posted June 19, 2019 (edited) https://wiki.multitheftauto.com/wiki/SetVehicleNitroActivated -- CLIENT SIDE bindKey("lalt", "both", function(key, keystate) local vehicle = getPedOccupiedVehicle(localPlayer) if vehicle then setVehicleNitroActivated(vehicle, keystate == "down") end end) Edited June 19, 2019 by stPatrick 1 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