12p Posted February 5, 2011 Share Posted February 5, 2011 (edited) Solved! Edited February 5, 2011 by Guest Link to comment
proracer Posted February 5, 2011 Share Posted February 5, 2011 Serverside: addEvent ( "onPlayerChangeVehicleColor", true ) addEventHandler ( "onPlayerChangeVehicleColor", getRootElement ( ), function ( color ) outputChatBox ( color ) local c = tonumber ( color ) setVehicleColor ( veh[source], c, c, c, c ) end ) You forgot handler , still don't know if it works.. Link to comment
12p Posted February 5, 2011 Author Share Posted February 5, 2011 WTF...??? Am I getting DUMBASS ? 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