07.05.2016, 09:29
You must read this https://sampwiki.blast.hk/wiki/ShowPlayerDialog
This will show you how to make a dialog with the right format.
EDITED -
This will show you how to make a dialog with the right format.
pawn Код:
CMD:minigundm(playerid,params[])
{
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Are you sure?", "Are you sure you want to go to the minigun dm?", "yes", "no");
return 1;
}