Wiebrendh Posted April 5, 2014 Share Posted April 5, 2014 I tried a lot of things.. Player.Character.CurrentVehicle.Color.Equals(Color.Red);Player.Character.CurrentVehicle.Color = Color.Red; And some more, but i cannot figure out how the hell i change the color of a car? Â Probably one of the most stupid questions i have ever asked Link to comment Share on other sites More sharing options...
julionib Posted April 5, 2014 Share Posted April 5, 2014 car color is a ColorIndex not a Color what editor you are using? Link to comment Share on other sites More sharing options...
Wiebrendh Posted April 6, 2014 Author Share Posted April 6, 2014 (edited) I use VirualStudio 2010 car color is a ColorIndex not a Color what editor you are using? Edited April 6, 2014 by Wiebrendh Link to comment Share on other sites More sharing options...
stef538 Posted April 6, 2014 Share Posted April 6, 2014 Try something like this : Player.Character.CurrentVehicle.Color = ColorIndex.Black; Wiebrendh 1 Link to comment Share on other sites More sharing options...
Wiebrendh Posted April 6, 2014 Author Share Posted April 6, 2014 Â Try something like this : Â Player.Character.CurrentVehicle.Color = ColorIndex.Black; Thanks, that did the trick stef538 1 Link to comment Share on other sites More sharing options...
stef538 Posted April 7, 2014 Share Posted April 7, 2014 Great (: Link to comment Share on other sites More sharing options...
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