Vip car raimbow colors ?
#2

PHP код:
forward ChangeColor(playerid); 
PHP код:
SetTimerEx("ChangeColor"YourTimetrue"i"playerid); 
PHP код:
public ChangeColor(playerid)
{
    new 
rand1 random(255);
    new 
rand2 random(255);
    
ChangeVehicleColor(GetPlayerVehicleID(playerid),rand1,rand2);
    return 
1;

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)