SetTimer message spams the chat?
#1

I set A timer to say a message every minute and it floods the chat every minute how can i make it say the message once a minute instead of like 20? here is the code i use.

Under OnGameModeInit
Код:
SetTimer("newcommand1", 60000, true);
Rest Of The Code
Код:
public newcommand1(playerid)
{
    {
        {
		 SendClientMessage(playerid, COLOR_RED,"NEW! Type /alive to see the players that are alive");
        }
    }
    return 1;
}
Reply


Messages In This Thread
SetTimer message spams the chat? - by lSCARl - 11.08.2010, 17:08
Re: SetTimer message spams the chat? - by JaTochNietDan - 11.08.2010, 17:11
Re: SetTimer message spams the chat? - by lSCARl - 11.08.2010, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)