14.02.2013, 18:02
here you go
//ShowPlayerDialog(playerid, dialogid, dialog style,"title","message","Button 1","Button 2");
you could use else to open another dialog
//ShowPlayerDialog(playerid, dialogid, dialog style,"title","message","Button 1","Button 2");
pawn Код:
ShowPlayerDialog(playerid, 900, DIALOG_STYLE_MSGBOX,"DIALOG_STYLE_MSGBOX","This is a message box dialog\nIt can be used to display a message to a player","","Next");
}else{
ShowPlayerDialog(playerid, 901, DIALOG_STYLE_MSGBOX,"Tutorial","This is an example for using else","","Next");