error 006: must be assigned to an array
#1

pawn Код:
ShowPlayerDialog(playerid, d_account_origin, DIALOG_STYLE_INPUT, "Origin Selection", "Where were your character born?", "Continue", "");


case d_account_origin:
            {
                CleanPlayerScreen(playerid);
                new string[150];
                format(string, sizeof(string), "SERVER:"WHITE_EMBED" Okay, so you are from %s", inputtext);
                SendClientMessage(playerid, COLOR_RED, string);
                // LINE 573 playerInfo[playerid][pOrigin] = inputtext;
                ShowPlayerDialog(playerid, d_account_age, DIALOG_STYLE_INPUT, "Age Selection", "How old is your character?", "Continue", "");
            }

Quote:

Errors:
gm.pwn(573) : error 006: must be assigned to an array

Reply


Messages In This Thread
error 006: must be assigned to an array - by EmilLykke - 03.07.2014, 18:07
Re: error 006: must be assigned to an array - by Dziugsas - 03.07.2014, 18:12
Re: error 006: must be assigned to an array - by EmilLykke - 03.07.2014, 20:27
Re: error 006: must be assigned to an array - by greentarch - 03.07.2014, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)