Vip car raimbow colors ?
#8

Quote:
Originally Posted by Igarashi
Посмотреть сообщение
So when VIP is in any vehicle color of his car will change every one second.

Код:
SetTimerEx("ChangeVehicleColor", 1000, false, "i", playerid); // 1000 ( 1 second )
Код:
forward ChangeVehicleColor(playerid);
public ChangeVehicleColor(playerid)
{
    new rand1 = random(255); // color one
    new rand2 = random(255); //color two
    ChangeVehicleColor(GetPlayerVehicleID(playerid),rand1,rand2); 
    return 1;
}
well thanks i figured out by my self some codes
and your code crashes my pawn ;(
Reply


Messages In This Thread
Vip car raimbow colors ? - by Toxik - 22.07.2015, 13:33
Re: Vip car raimbow colors ? - by nezo2001 - 22.07.2015, 13:38
Re: Vip car raimbow colors ? - by TenTen - 22.07.2015, 14:13
Re: Vip car raimbow colors ? - by nezo2001 - 22.07.2015, 14:15
Re: Vip car raimbow colors ? - by SoFahim - 22.07.2015, 14:16
Re: Vip car raimbow colors ? - by nezo2001 - 22.07.2015, 14:17
Re: Vip car raimbow colors ? - by Igarashi - 22.07.2015, 15:15
Re: Vip car raimbow colors ? - by Toxik - 22.07.2015, 17:28

Forum Jump:


Users browsing this thread: 1 Guest(s)