I need a little help!
#6

Alternatively, you can use something like that:
pawn Код:
new SMTA_String[128];
#define SendMessageToAll(%0,%1); \
{\
  format(SMTA_String, sizeof SMTA_String, %1);\
  SendClientMessageToAll(%0, SMTA_String);\
}
So you can just do
pawn Код:
SendMessageToAll(0xFFFFFFFF, "%s has decided a suicide", playername);
Reply


Messages In This Thread
I need a little help! - by low_High2 - 21.02.2009, 15:37
Re: I need a little help! - by yom - 21.02.2009, 15:41
Re: I need a little help! - by MenaceX^ - 21.02.2009, 15:42
Re: I need a little help! - by low_High2 - 21.02.2009, 15:45
Re: I need a little help! - by MenaceX^ - 21.02.2009, 15:46
Re: I need a little help! - by yom - 21.02.2009, 15:49
Re: I need a little help! - by low_High2 - 21.02.2009, 16:03
Re: I need a little help! - by MenaceX^ - 21.02.2009, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)