03.02.2015, 21:18
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
#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);
}
