22.10.2014, 16:48
Well sorry if I seem a noob, but... I've created dialogs before, but now they're not working for me (no idea why). I've done it all correctly from what I know, so could somebody please help me:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/help", true) == 0) { ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "Help Menu", "Commands:\n/skin, /help, /(a)dmin(h)elp, /helpme, /admins, /administration [More to be added]/", "Select", "Cancel"); return 1; } return 0; }