SendClientMessage
#2

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


Messages In This Thread
SendClientMessage - by Urefeu - 07.08.2011, 16:58
Re: SendClientMessage - by RyDeR` - 07.08.2011, 17:34
Re : SendClientMessage - by Urefeu - 07.08.2011, 18:17
Re : SendClientMessage - by Urefeu - 07.08.2011, 19:25
Re : SendClientMessage - by Urefeu - 08.08.2011, 07:56

Forum Jump:


Users browsing this thread: 2 Guest(s)