02.07.2011, 08:41
Just use this definition created by ******. (The code may be slightly off, as I didn't copy + paste)
pawn Код:
new FALSE = false;
#define SendFormattedMessage(%0,%1,%2,%3) do{new string[128];format(string,sizeof(string),(%2),(%3));SendClientMessage((%0),(%1),string);}while(FALSE)