02.07.2011, 08:37
(
Последний раз редактировалось Bakr; 03.07.2011 в 08:05.
)
That will only work for strings and one variable, if I'm not mistaken. You're better off using the definition ****** created to do the same thing. Except his supports as many variables you want, and of any type.
I hope that's the correct code. I didn't feel like searching through his thousands of posts, and I'm not on a computer to test.
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)
//Edited - Thanks ******. (Original credits to you anyway, lol)

