What Are Cop Car Color IDs? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What Are Cop Car Color IDs? (
/showthread.php?tid=93176)
What Are Cop Car Color IDs? -
jamesc25313 - 23.08.2009
Ive looked on the wiki page but couldnt find the color ID for the police cars. I tried 0 and 40 but those were obviously the wrong colors. I know I missed it somewhere but I cant find my answer. Thanks.
Re: What Are Cop Car Color IDs? -
Lazarus - 23.08.2009
0 = black,
1 = white.
Or just use -1, -1, and it will set it automatically.
Re: What Are Cop Car Color IDs? -
XtremeChio - 23.08.2009
You're looking for Black & White.
It's either 0 or 1, or 1 and 0.
If you want blue, it's 0 and 106 or vice versa
Color ID's:
https://sampwiki.blast.hk/wiki/Color_ID
Re: What Are Cop Car Color IDs? -
jamesc25313 - 23.08.2009
Yeah, I seen that in another topic about using 0 or 1 and I also seen something about 40. I tried 0 and it made the car solid black so my guess is 1 would make it solid white. I see now though. I was doing 0, 0 and not 1, 0 or 0, 1.

Like I said I looked at the color wiki page and didnt see anything specific to police car coloring. Thanks again guys.
Re: What Are Cop Car Color IDs? -
Lazarus - 23.08.2009
Don't forget,
-1, -1 sets it to it's default colors.
Re: What Are Cop Car Color IDs? -
jamesc25313 - 23.08.2009
The -1 -1 worked for me. I didnt try the 1, 0 or 0, 1 but Im sure it works also. I just went with the sure bet

Thanks a million!
Re: What Are Cop Car Color IDs? -
Calgon - 24.08.2009
Use -1 -1 in the future for the cars' default colour. However, the correct colours for this vehicle are: 0 and 1.