Timer
#3

Quote:
Originally Posted by TopShooter
Посмотреть сообщение
PHP код:
SetTimerEx("color"10000false"i"playerid); 
PHP код:
forward color(playerid);
public 
color(playerid)
{
   
SetPlayerColor(playerid0xFF0000);
   return 
1;

Can you add it to this code for me?
Код:
task randomcolor[75 * 1000]()
{
	new playerid = Iter_Random(Player);
	if(Dead[playerid] == false)
	{
		SetPlayerColor(playerid, 0xF40024);
		GameTextForPlayer(playerid, "~r~You're on the map~w~!", 5000, 3);

	}
	else
		randomcolor();
	return 1;
}
Reply


Messages In This Thread
Timer - by aoky - 20.02.2017, 18:59
Re: Timer - by TopShooter - 20.02.2017, 19:39
Re: Timer - by aoky - 20.02.2017, 21:25
Re: Timer - by ISmokezU - 20.02.2017, 21:32
Re: Timer - by TopShooter - 20.02.2017, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)