04.12.2009, 14:32
There shouldn't be a space after "%3," in the original code so it should be:
pawn Код:
new FALSE = false;
#define SendFormattedText(%1,%2,%3,%4) do{new sendfstring[128];format(sendfstring,128,(%3),%4);SendClientMessage((%1), (%2) ,sendfstring);}while(FALSE)