21.03.2013, 08:33
Hello I need awnser from here since I dont want to disturb the other players if it dont work.. Anyway this is what I did
So will this work?
pawn Код:
PlayerInfo[playerid][pSex] = 2;
ShowPlayerDialog(playerid, 5014,DIALOG_STYLE_INPUT,"Ah","So you are a female.Well how old are you?","Select","Cancel");
}
}
}
if(dialogid == 5014)
{
if(response)
{
PlayerInfo[playerid][pAge] = age;