/cmds in dialogbox
#2

Here's an example using ZCMD:
pawn Код:
enum
{
    DIALOG_CMDS
}

COMMAND:commands(playerid)
{
    ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, "Title", "text", "Button1", "Button2");
    return 1;
}
Source:
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
Reply


Messages In This Thread
/cmds in dialogbox - by NviDa - 30.03.2015, 17:48
Re: /cmds in dialogbox - by CalvinC - 30.03.2015, 17:52
Re: /cmds in dialogbox - by NviDa - 30.03.2015, 17:57
Re : /cmds in dialogbox - by Wassimo - 30.03.2015, 17:58
Re: /cmds in dialogbox - by CalvinC - 30.03.2015, 18:09
Re: /cmds in dialogbox - by NviDa - 30.03.2015, 18:12
Re: /cmds in dialogbox - by NoDi522 - 30.03.2015, 18:20
Re: /cmds in dialogbox - by CalvinC - 30.03.2015, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)