Timer help!
#1

So I want to add a timer so the players color will go back to invisible

Код HTML:
task randomcolor[45 * 1000]()
{
	new playerid = Iter_Random(Player);
	if(Dead[playerid] == false)
	{
		SetPlayerColor(playerid, 0xFF0000);
		GameTextForPlayer(playerid, "~r~Red dot~w~!", 5000, 3);
		GameTextForAll("~r~Check the map~w~!", 5000, 3);
              // I WANT A 15 SECOND TIMER HERE //
               SetPlayerColor(playerid, 0xFF0000);
	}

	return 1;
Reply


Messages In This Thread
Timer help! - by aoky - 10.02.2017, 21:32
Re: Timer help! - by kloning1 - 10.02.2017, 22:18
Re: Timer help! - by aoky - 10.02.2017, 22:30
Re: Timer help! - by Sew_Sumi - 10.02.2017, 22:30
Re: Timer help! - by aoky - 11.02.2017, 14:56
Re: Timer help! - by crukk11 - 11.02.2017, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)