24.09.2012, 15:43
Hmm.. wierd.
Код:
error 035: argument type mismatch (argument 1)
Код:
MsgForPlayerEx("Found the entrance - ID %d",a); // here error 035
Код:
error 035: argument type mismatch (argument 3)
Код:
MsgForPlayerEx(playerid, const ftext[], va_args<>) { new string[128]; va_format(string, sizeof(string), ftext, va_start<3>); // here error 035 return SendClientMessage(playerid, -1, string); }