: error 047: array sizes do not match, or destination array is too small
#1

Код:
: error 047: array sizes do not match, or destination array is too small
pawn Код:
GetAdminRank(playerid)
{
    new string[24];

    switch(PlayerInfo[playerid][pAdmin])
    {
        case 0: string = "None";
        case 1: string = "{1D5857}Secret Admin";
        case 2: string = "{FFFF00}Junior Admin";
        case 3: string = "{26D607}General Admin";
        case 4: string = "{F9DE84}Senior Admin";
        case 5: string = "{F87627}Head Admin";
        case 6: string = "{C50574}Assistant Management"; // <<<<<< THIS LINE WHERE THE ERROR OCCURS
        case 7: string = "{EE39CE}Management";
    }
WHen i remove the {C50574} it doesnt give any error anymore

Pretty much weird why?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)