Question of police car
#1

How i go to the regular color?
Of police car
Color
i wanna:
https://sampwiki.blast.hk/wroot/images2/...ehicle_596.jpg

Код:
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0, -1); //LS Police Car
Reply
#2

I don't know the parameters of your Vehicle_AddStatic but
check this https://sampwiki.blast.hk/wiki/Vehicle_Color_IDs
Reply
#3

Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0,1); //LS Police Car
Reply
#4

Quote:
Originally Posted by Apprentice
Посмотреть сообщение
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0,1); //LS Police Car
i got it.
Reply
#5

Your code:
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0, -1); //LS Police Car
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0,1); //LS Police Car
My code:

By having -1 in the color you are telling it to use a random color. By putting it to 1, you are telling it to be white.
Reply
#6

Quote:
Originally Posted by Apprentice
Посмотреть сообщение
Your code:
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0, -1); //LS Police Car
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,0,0,1); //LS Police Car
My code:

By having -1 in the color you are telling it to use a random color. By putting it to 1, you are telling it to be white.
Dude i got it....


The Right code:
Vehicle_AddStatic(596,1575.87,-1614.82,13.10,177.37,-1,-1, -1); //LS Police Car
Reply
#7

Try making a black & white bullet using -1 in the color. Won't work as well as 0,1.
Reply
#8

Quote:
Originally Posted by Apprentice
Посмотреть сообщение
Try making a black & white bullet using -1 in the color. Won't work as well as 0,1.
Read the post... Again.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)