how can i do.....
#2

try this
pawn Код:
// add this in OnGameModeInit

SetTimer("ChaneColor", 1000, true);

forward ChangeColor();
public ChangeColor()
{
  new cRandom;
  cRandom = random(8);
  SetVehicleColor(vehicle id, cRandom);
  return 1;
}
and don't forgot to change the vehicle id by the real veh id !!
Reply


Messages In This Thread
how can i do..... - by nuriel8833 - 22.07.2009, 20:04
Re: how can i do..... - by James_Alex - 22.07.2009, 20:09
Re: how can i do..... - by MachineHead - 22.07.2009, 20:16
Re: how can i do..... - by James_Alex - 22.07.2009, 20:24
Re: how can i do..... - by nuriel8833 - 23.07.2009, 11:29
Re: how can i do..... - by ғαιιοцт - 23.07.2009, 11:32
Re: how can i do..... - by nuriel8833 - 23.07.2009, 11:34
Re: how can i do..... - by ғαιιοцт - 23.07.2009, 12:22
Re: how can i do..... - by nuriel8833 - 23.07.2009, 12:44
Re: how can i do..... - by nuriel8833 - 23.07.2009, 15:13

Forum Jump:


Users browsing this thread: 1 Guest(s)