error 006
#1

ERROR:
Код:
(1414) : error 006: must be assigned to an array
Part of script:
Код:
        case DIALOG_EMAIL:
        {
			if(response)
            {
                new email[64], message[64];
                {
                     ShowPlayerDialog(playerid, DIALOG_EMAIL, DIALOG_STYLE_INPUT,""COL_ORANGE"EMAIL","Unesite vas email","Uredu","");
                }
                {
                     ClearText(playerid);
                     PlayerInfo[playerid][pEmail] = email ;
                     format(message, sizeof(message), ""COL_ORANGE"SERVER: "COL_WHITE"U redu,vas email: %s.", email);
                     SendClientMessage(playerid, 0xFFFFFFFF, message);
                     ShowPlayerDialog(playerid, DIALOG_AGE, DIALOG_STYLE_INPUT,""COL_ORANGE"GODINE","Koliko imate godina?","Dalje","");
                }
			}
        }
1414 line
Код:
PlayerInfo[playerid][pEmail] = email;
Reply


Messages In This Thread
error 006 - by TiXz0r - 06.10.2014, 13:38
Respuesta: error 006 - by !R1Ch@rD! - 06.10.2014, 13:49
Re: error 006 - by Rudy_ - 06.10.2014, 13:49
Re: error 006 - by Quickie - 06.10.2014, 13:52
Re: error 006 - by XStormiest - 06.10.2014, 13:54
Re: Respuesta: error 006 - by TiXz0r - 06.10.2014, 14:01
Re: error 006 - by TiXz0r - 06.10.2014, 14:06
Re: error 006 - by Eth - 06.10.2014, 14:14
Re: error 006 - by TiXz0r - 06.10.2014, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)