21.03.2013, 11:00
Where should i put this
in order to make it show the player while he is still "spectating" ?
pawn Код:
if(PlayerInfo[playerid][pTut] == 0)
{
new Tut[] = "1\tI am male!\n2\tI am female!";
ShowPlayerDialog(playerid, 5013,DIALOG_STYLE_LIST,"So,Are you a male or female?",Tut,"Select","Cancel");
}