argument type mismatch (argument 2)
#1

hi please help me i make /report command :c and error

error 035: argument type mismatch (argument 2)

Код:
public ReportToAdmins(const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
	if(IsPlayerConnected(i) == 1)
	if(pInfo[i][Adminlevel] >= 1 || IsPlayerAdmin(i))
	TextDrawShowForAll(i, Report);
 	TextDrawSetString(Report[i], string);
//	SaveLogs("Reports", string);
	SetTimer("ReportHide", 4000, 1);
	}
	return 1;
}
ln:
Код:
TextDrawSetString(Report[i], string);
Sorry no speak much english
Reply


Messages In This Thread
argument type mismatch (argument 2) - by Cerealguy - 13.10.2013, 01:26
Re: argument type mismatch (argument 2) - by xVIP3Rx - 13.10.2013, 01:57
Re: argument type mismatch (argument 2) - by Zex Tan - 13.10.2013, 02:01
Respuesta: argument type mismatch (argument 2) - by Cerealguy - 13.10.2013, 02:48
Respuesta: argument type mismatch (argument 2) - by Cerealguy - 13.10.2013, 03:06

Forum Jump:


Users browsing this thread: 1 Guest(s)