error 035: argument type mismatch (argument 3)
#1

I am getting this:
Код:
error 035: argument type mismatch (argument 3)
The pawn is:
pawn Код:
stock SendClientMessageEx(playerid, colour, const fmat[],  va_args<>) /* Thanks ****** */
    {
        new str[145];
        va_format(str, sizeof(str), fmat, va_start<3>);
        return SendClientMessage(playerid, colour, str);
    }
Reply
#2

I fixed it myself.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)