07.08.2011, 17:34
Just use this instead:
Interpret it like this:
pawn Код:
#if !defined SendPlayerText
stock
__string[128]
;
#define SendPlayerText(%0,%1,%2,%3) \
(format(__string, sizeof(__string), (%2), %3), SendClientMessage((%0), (%1), __string))
#endif
Код:
SendPlayerText(playerid, color, const string[], { Float, _ }: ...);