22.01.2013, 22:03
Quote:
I did not make this. It was provided to me by Emmet_.
SendClientMessageEx(playerid, -1, "%s is a derp.",pName(playerid)); pawn Код:
|
Код:
new FALSE = false; #define SendClientFormattedMessage(%0,%1,%2) do{new _str[128]; format(_str,128,%2); SendClientMessage(%0,%1,_str);}while(FALSE) #define SendClientFormattedMessageToAll(%1,%2,%3) do{new sendfstring[128];format(sendfstring,128,(%2),%3);SendClientMessageToAll((%1),sendfstring);}while(FALSE)