Getting errors when trying to edit clan ranks on dialog
#1

So, I'm getting an error when I'm trying to compile my script.. Here's the code:

pawn Код:
Dialog:DIALOG_RANK1EDIT(playerid, response, listitem, inputtext[])
{
    if(response)
    {
        new clanid = UserStats[playerid][Clan];
        new query[100];
        mysql_format(Database, query, sizeof(query), "UPDATE `clans` SET `Rank1` = '%e'", inputtext);
        mysql_tquery(Database, query);
        ClanInfo[clanid][Rank1] = inputtext;
    }
    return 1;
}
Line:

PHP код:
ClanInfo[clanid][Rank1] = inputtext
Error:
PHP код:
error 047: array sizes do not match, or destination array is too small 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)