SA-MP Forums Archive
[HELP] Car Colors Changing all the time - 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: [HELP] Car Colors Changing all the time (/showthread.php?tid=143134)



[HELP] Car Colors Changing all the time - andershh - 21.04.2010

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.


Re: [HELP] Car Colors Changing all the time - DJDhan - 21.04.2010

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.


Re: [HELP] Car Colors Changing all the time - andershh - 21.04.2010

Thanks so much


Re: [HELP] Car Colors Changing all the time - DJDhan - 21.04.2010

No Problem