SA-MP Forums Archive
error 035: argument type mismatch (argument 3) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 035: argument type mismatch (argument 3) (/showthread.php?tid=484679)



error 035: argument type mismatch (argument 3) - EmilLykke - 31.12.2013

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);
    }



Re: error 035: argument type mismatch (argument 3) - EmilLykke - 01.01.2014

I fixed it myself.