Trouble with array
#1

Код:
new playermail[256][MAX_PLAYERS];
Код:
stock SendPlayerMail(playerid, text[])
{
	if(IsPlayerConnected(playerid))
	{
	    playermail[playerid] = text; //error 047: array sizes do not match, or destination array is too small
	}
}
after used that:
Код:
SendPlayerMail(playerid, "asdf123");
Reply


Messages In This Thread
Trouble with array - by cnoopers - 10.07.2014, 21:57
Re: Trouble with array - by Vince - 10.07.2014, 22:04
Re: Trouble with array - by cnoopers - 10.07.2014, 22:08
Re: Trouble with array - by cnoopers - 11.07.2014, 12:07
Re: Trouble with array - by NewerthRoleplay - 11.07.2014, 12:14
Re: Trouble with array - by cnoopers - 11.07.2014, 12:35
Re: Trouble with array - by Jefff - 11.07.2014, 13:47
Re: Trouble with array - by cnoopers - 11.07.2014, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)