22.10.2014, 18:19
Quote:
Its a message box nothing to do with OnDialogResponse
Do This: at the top of your script after includes put this Код:
#define DIALOG_HELP 3 Код:
ShowPlayerDialog(playerid, DIALOG_HELP, DIALOG_STYLE_MSGBOX, "Help Menu", "Commands:\n/skin /help /(a)dmin(h)elp /helpme /admins /administration [More to be added]", "Close", ""); |