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;