[HELP]How To Change Color On Vehicles On PPC Trucking??
#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


Messages In This Thread
[HELP]How To Change Color On Vehicles On PPC Trucking?? - by Veeco - 30.11.2012, 12:18
Re: [HELP]How To Change Color On Vehicles On PPC Trucking?? - by park4bmx - 30.11.2012, 12:56
Re: [HELP]How To Change Color On Vehicles On PPC Trucking?? - by Veeco - 30.11.2012, 13:02
Re: [HELP]How To Change Color On Vehicles On PPC Trucking?? - by Windrush - 30.11.2012, 13:07
Re: [HELP]How To Change Color On Vehicles On PPC Trucking?? - by Lordzy - 30.11.2012, 13:12

Forum Jump:


Users browsing this thread: 6 Guest(s)