How to get %s in text draw
#2

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.
Reply


Messages In This Thread
How to get %s in text draw - by SnG.Scot_MisCuDI - 16.12.2011, 02:28
Re: How to get %s in text draw - by SnG.Scot_MisCuDI - 16.12.2011, 02:36
Re: How to get %s in text draw - by Haydz - 16.12.2011, 02:42
Re: How to get %s in text draw - by SnG.Scot_MisCuDI - 16.12.2011, 02:43
Re: How to get %s in text draw - by Ballu Miaa - 16.12.2011, 02:55
Re: How to get %s in text draw - by SnG.Scot_MisCuDI - 16.12.2011, 03:08
Re: How to get %s in text draw - by Thresholdold - 16.12.2011, 03:11
Re: How to get %s in text draw - by Ballu Miaa - 16.12.2011, 03:22
Re: How to get %s in text draw - by SnG.Scot_MisCuDI - 16.12.2011, 21:21
Re: How to get %s in text draw - by suhrab_mujeeb - 17.12.2011, 05:37

Forum Jump:


Users browsing this thread: 6 Guest(s)