Quote:
Originally Posted by nickyW
I did not understand you, but I will try to help you.
//GameTextForPlayer with timer
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.
|
It's OK man, I also didn't really understand what he said, maybe you got it right, MAYBE I did, it's always better to have multiple different choices, and he will pick the one he wishes.