how can i do.....
#4

Quote:
Originally Posted by xClumx``
pawn Код:
// add this in OnGameModeInit

SetTimer("ChangeColor", 1000, true);

forward ChangeColor();
public ChangeColor()
{
  new cRandom;
  cRandom = random(8);
  SetVehicleColor(vehicle id, cRandom);
  return 1;
}
Spelled 'Change' wrong in the timer
ah ok i missed that
thx
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: 3 Guest(s)