[HELP]How To Change Color On Vehicles On PPC Trucking??
#1

Hey The tittle said it...
How To Change Color On Vehicles In PPC Trucking?
Its Not AddStaticVehicle(playerid, and that.
Reply
#2

https://sampwiki.blast.hk/wiki/ChangeVehicleColor
this is what your looking for ?
Reply
#3

No :/ I Mean So The Vehicles Is 1 Color All The Time :P
Reply
#4

you mean command?
Reply
#5

Did you mean that all vehicles must have 1 custom color? Well then you can loop through Max vehicles and change their color to what you wish.
pawn Код:
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
 for(new i; i< MAX_VEHICLES; i++)
 {
  //ChangeVehicleColor(i, 0, 1); //Edit this line.
  }
 return 1;
}
#else
public OnGameModeInit()
{
 for(new i; i< MAX_VEHICLES; i++)
 {
   //ChangeVehicleColor(i, 0, 1); //Edit!
 }
 return 1;
}
#endif
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)