SendFormatToAll(...)
#3

pawn Код:
new FALSE = false;
#define SendFormattedMessageToAll(%0,%1,%2) \
do \
{ \
  new \
      string[128]; \
  if(strlen(%1) > 0) \
  { \
    format(string, sizeof(string), %1, %2); \
    foreach(Player, u) SendClientMessage(u, %0, string); \
  } \
} \
while(FALSE)
Reply


Messages In This Thread
SendFormatToAll(...) - by [NWA]Hannes - 01.01.2011, 20:04
Re: SendFormatToAll(...) - by SamyRomafia - 01.01.2011, 20:05
Re: SendFormatToAll(...) - by Grim_ - 01.01.2011, 20:06
Re: SendFormatToAll(...) - by [NWA]Hannes - 01.01.2011, 20:09
Re: SendFormatToAll(...) - by Grim_ - 01.01.2011, 20:11
Re: SendFormatToAll(...) - by [L3th4l] - 01.01.2011, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)