01.07.2014, 03:12
Nicolбs, genial, pero me ayudas con esto?
La linea "va_format(str, sizeof (str), format, va_start<3>);" me tira el siguiente error:
Код:
stock Msg(playerid, colour, const format[], va_args<>)
{
new str[145];
va_format(str, sizeof (str), format, va_start<3>);
return SendClientMessage(playerid, colour, str);
}
Код:
error 035: argument type mismatch (argument 3)

