09.07.2010, 13:59
Just try these: (All credits for these functions to ******)
pawn Код:
new FALSE = false;
#define SendFormattedMessage(%0,%1,%2,%3) do{new _str[128]; format(_str,128,%2,%3); SendClientMessage(%0,%1,_str);}while(FALSE)
#define SendFormattedMessageToAll(%0,%1,%2) do{new _str[128]; format(_str,128,%1,%2); SendClientMessageToAll(%0,_str);}while(FALSE)