else if(dialogid == 2) { if(!response) ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Choose your sex","Male\nFemale","Choose","Think"); else if(response) PlayerInfo[playerid][pSex] = listitem; }