Array Size
#1

Where's the problem,

Log:

Код:
error 047: array sizes do not match, or destination array is too small
error 035: argument type mismatch (argument 2)


Code:

Код:
CMD:reportplayer(playerid, params[])
{
	new target, string[ 130 ], text[256];

  	if (sscanf(params, "us[256]", target, text))
  	{
    	if(!IsPlayerConnected(target)) return SCM(playerid, -1, "* Not found.");
    	createReport(NbRapport, text, GetName(playerid), GetName(target)); //here
    	SCM(playerid, -1,"* Report send"); //here
 	}
  	else
  	{
 	 	SCM(playerid, -1, "/report ID Reason");
    	return 1;
  	}
  	return 1;
}
Reply


Messages In This Thread
Array Size - by Hunud - 20.03.2018, 18:07
Re: Array Size - by rfr - 20.03.2018, 18:22
Re: Array Size - by iKarim - 20.03.2018, 18:31
Re: Array Size - by Dayrion - 20.03.2018, 18:37
Re: Array Size - by Hunud - 20.03.2018, 18:41
Re: Array Size - by rfr - 20.03.2018, 18:53
Re: Array Size - by Hunud - 20.03.2018, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)