04.12.2009, 14:23
Hi,
I need macro of SendClientMessageF(playerid, color, message, format{...})
I tried
but it don't work.
Have maybe someone fixed macro?
Thx,
un4seen
I need macro of SendClientMessageF(playerid, color, message, format{...})
I tried
Код:
new FALSE = false; #define SendFormattedText(%1,%2,%3, %4) do{new sendfstring[128];format(sendfstring,128,(%3),%4);SendClientMessage((%1), (%2) ,sendfstring);}while(FALSE)
Have maybe someone fixed macro?
Thx,
un4seen