Lil Prob
#5

I did something like this which is simple.

Код:
	new seconds = time % 60,
	minutes = (time - seconds) / 60,
    string[128];
	for(new i; i<MAX_PLAYERS; i++){
	if(minutes == 0 && seconds == 40)
        SendClientMessageToAll(...);
	{
It works it does send,but problem is it Spams why?
Reply


Messages In This Thread
Lil Prob - by CannonBolt - 28.09.2016, 11:48
Re: Lil Prob - by iLearner - 28.09.2016, 12:07
Re: Lil Prob - by CannonBolt - 28.09.2016, 12:14
Re: Lil Prob - by iLearner - 28.09.2016, 12:34
Re: Lil Prob - by CannonBolt - 28.09.2016, 12:37
Re: Lil Prob - by iLearner - 28.09.2016, 12:47
Re: Lil Prob - by CannonBolt - 28.09.2016, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)