[HELP] Dialog
#5

Quote:
Originally Posted by Scripter12345
Посмотреть сообщение
Or if you are using ZCMD

Add this to the top of your script

#define DIALOG_EXAMPLE 1
pawn Код:
CMD:example(playerid, params[])
{
        ShowPlayerDialog(playerid, DIALOG_EXAMPLE, DIALOG_STYLE_MSGBOX, "Option 1","Option 2", "Select" " Cancel ");
        return 1;
}
You forgot to add return 1;
Reply


Messages In This Thread
[HELP] Dialog - by V4at - 05.04.2012, 12:27
Re: [HELP] Dialog - by .FuneraL. - 05.04.2012, 12:37
Re: [HELP] Dialog - by Scripter12345 - 05.04.2012, 12:49
Re: [HELP] Dialog - by Ezay - 05.04.2012, 12:53
Re: [HELP] Dialog - by Mark™ - 05.04.2012, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)