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


