stock error to save file !
#1

this is my code ... using y_ini , but the result errors ...
Код:
stock SetPlayerTitle(playerid,title)
{
	new ttl[128];
	format(ttl,sizeof(ttl),"%s",title);
        pInfo[playerid][Title]=ttl; // line 320
	return 1;
}
and ERRORS
Код:
C:\Users\ICE\filterscripts\cmds.pwn(320) : error 047: array sizes do not match, or destination array is too small
Reply


Messages In This Thread
stock error to save file ! - by lonalovegood1 - 27.04.2014, 20:13
AW: stock error to save file ! - by Macronix - 27.04.2014, 20:17
Re: stock error to save file ! - by lonalovegood1 - 27.04.2014, 21:35
Re: stock error to save file ! - by BroZeus - 28.04.2014, 05:34
Re: stock error to save file ! - by Luis- - 28.04.2014, 07:19

Forum Jump:


Users browsing this thread: 1 Guest(s)