making team car colors
#4

Quote:
Originally Posted by 1fret
View Post
Could you do it for 2 cars let me edit it for the rest
YEP! Same instructions as before:

pawn Code:
new GroveCar[2];

GroveCar[0] = AddStaticVehicleEx(536,2508.2949000,-1668.1362000,13.0688000,0.0000000,-1,-1,15); //Blade
GroveCar[1] = AddStaticVehicleEx(535,2502.2048000,-1657.6660000,13.1479000,53.9400000,-1,-1,15); //Slamvan

for (new i = 0; i<sizeof(GroveCar);i++)
{
    ChangeVehicleColor(GroveCar[i], 128, 128);
}
Reply


Messages In This Thread
making team car colors - by 1fret - 09.03.2014, 22:03
Re: making team car colors - by Aerotactics - 09.03.2014, 22:27
Re: making team car colors - by 1fret - 09.03.2014, 22:32
Re: making team car colors - by Aerotactics - 09.03.2014, 22:44
Re: making team car colors - by 1fret - 09.03.2014, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)