16.11.2011, 18:07
pawn Код:
SetTimerEx("ShowDialog",2000,false,"i",playerid); //At the spot where you start your timer
forward ShowDialog(playerid);
public ShowDialog(playerid) return ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Head", "Text","Choose","Quit");