How to make a /robbank timer for all players?
#4

Something like this?

Код:
if(robtime > 1)
              	{
                  	format(string, sizeof(string), "The Bank has recently been robbed please wait [%d]", robtime);
                  	SendClientMessage(playerid,COLOR_LIGHTRED,string);
                	return 1;
Reply


Messages In This Thread
How to make a /robbank timer for all players? - by 101 - 04.12.2012, 18:31
Re: How to make a /robbank timer for all players? - by Bakr - 04.12.2012, 18:31
Re: How to make a /robbank timer for all players? - by 101 - 04.12.2012, 18:35
Re: How to make a /robbank timer for all players? - by SmithyComp - 04.12.2012, 18:37
Re: How to make a /robbank timer for all players? - by Bakr - 04.12.2012, 18:39
Re: How to make a /robbank timer for all players? - by 101 - 04.12.2012, 18:45
Re: How to make a /robbank timer for all players? - by Bakr - 04.12.2012, 18:57
Re: How to make a /robbank timer for all players? - by 101 - 04.12.2012, 19:01
Re: How to make a /robbank timer for all players? - by Bakr - 04.12.2012, 19:06
Re: How to make a /robbank timer for all players? - by 101 - 04.12.2012, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)