Quote:
Originally Posted by belhot1992
Do it this way, it's better:
pawn Код:
format(string, 120, "[EVENT] %s Has Started. Type /yes to join.",tmp); for(new i; i<MAX_PLAYERS; i++) { SendClientMessage(i, COLOR_YELLOW, string); return 1; }
|
that wont make it show the event name on the screen. With a text draw. I need the GameTextForAll part.