30.03.2015, 17:52
Here's an example using ZCMD:
Source:
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
pawn Код:
enum
{
DIALOG_CMDS
}
COMMAND:commands(playerid)
{
ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, "Title", "text", "Button1", "Button2");
return 1;
}
https://sampwiki.blast.hk/wiki/ShowPlayerDialog