Extra in forward/public?
#8

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);
}
Reply


Messages In This Thread
Extra in forward/public? - by Typhome - 23.09.2012, 20:19
Re: Extra in forward/public? - by Youice - 23.09.2012, 20:33
Re: Extra in forward/public? - by TheArcher - 23.09.2012, 20:40
Re: Extra in forward/public? - by Youice - 23.09.2012, 20:44
Re: Extra in forward/public? - by Typhome - 23.09.2012, 20:48
Re: Extra in forward/public? - by Typhome - 24.09.2012, 13:42
Re: Extra in forward/public? - by SuperViper - 24.09.2012, 14:32
Re: Extra in forward/public? - by Typhome - 24.09.2012, 15:43
Re: Extra in forward/public? - by OnlyOne - 24.09.2012, 15:53

Forum Jump:


Users browsing this thread: 2 Guest(s)