11.02.2017, 00:03
At this stock
stock SCMF(playerid, color, const fstring[], va_args<3>)
{
new str[1024];
va_format(str, sizeof(str), fstring, va_start<3>);
return SCM(playerid, color, str);
}
Always show this problem please say how i can fix it
error 035: argument type mismatch (argument 3)
stock SCMF(playerid, color, const fstring[], va_args<3>)
{
new str[1024];
va_format(str, sizeof(str), fstring, va_start<3>);
return SCM(playerid, color, str);
}
Always show this problem please say how i can fix it
error 035: argument type mismatch (argument 3)