[HELP] Car Colors Changing all the time
#1

I have added some cars to my server but i dont know how to make they spawn in 1 color. They are always changing.

Код:
AddStaticVehicle(492, 2492.1472167969, -1655.3323974609, 13.276328086853, 90, -1, -1); // Grove
I tried
Код:
/Save Grove
But it didnt work either. After GMX it changed back.
Reply
#2

AddStaticVehicle(612,2474.4553,-1655.0826,13.0602,89.6651,87,87);

Instead of

AddStaticVehicle(492, 2492.1472167969, -1655.3323974609, 13.276328086853, 90, -1, -1);

Use

AddStaticVehicle(492, 2492.1472167969, -1655.3323974609, 13.276328086853, 90, 87, 87);

or any number in place of -1,-1 <----- primary color,secondary color.
Reply
#3

Thanks so much
Reply
#4

No Problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)