Help SetTimer
#3

I did not understand you, but I will try to help you.

pawn Код:
new GameTextTimer;
forward GameTextTimer();

public OnGameModeInit() {
GameTextTimer = SetTimer("GameText", 2000, true); // the timer will checks every two seconds.
}

public GameTextTimer() {
for(new id=0;id<MAX_PLAYERS;id++) {
GameTextForPlayer(playerid, "Your message here", 3000, 5);
}
}
EDIT: I did not saw the previous post, sorry.
Reply


Messages In This Thread
Help SetTimer - by xganyx - 06.07.2013, 12:49
Re: Help SetTimer - by Cjgogo - 06.07.2013, 13:11
Re: Help SetTimer - by nickyW - 06.07.2013, 13:12
Re: Help SetTimer - by Cjgogo - 06.07.2013, 13:15
Re: Help SetTimer - by xganyx - 06.07.2013, 14:32
Re: Help SetTimer - by nickyW - 06.07.2013, 14:47
Re: Help SetTimer - by xganyx - 06.07.2013, 15:25
Re: Help SetTimer - by nickyW - 06.07.2013, 15:47
Re: Help SetTimer - by xganyx - 07.07.2013, 01:47
Re: Help SetTimer - by xganyx - 07.07.2013, 06:36

Forum Jump:


Users browsing this thread: 1 Guest(s)