SA-MP Forums Archive
[HELP] YSI y_va - 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: [HELP] YSI y_va (/showthread.php?tid=561588)



[HELP] YSI y_va - Luca12 - 03.02.2015

So I was put ysi 4.0 in pawno/includes then I define it as

#include <YSI-Includes-YSI.tl\YSI\y_va>

and I here gettint argument type mismatch



pawn Код:
stock SCMF(playerid,color,const fmat[],va_args<>)
{
    new str[145];
    va_format(str,sizeof(str),fmat,va_start<3>);//on this line is that error
    return SCM(playerid,color,str);
}