15.06.2010, 16:15
I need help with this, can anyone solve it for me, please?
Код:
if(dialogid == 2)
{
if(response == 1)
{
new str[128];
format(str, sizeof(str), "You have succesfully set your age to %d.", inputtext);
SendClientMessage(playerid, COLOR_LIME, str);
PlayerInfo[playerid][Age] = inputtext;
dUserSetINT(PlayerName2(playerid)).("Age", PlayerInfo[playerid][Age]);
}
}
Код:
error 006: must be assigned to an array

