Dialog problems...
#1

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;
}
Reply


Messages In This Thread
Dialog problems... - by mkmk - 22.10.2014, 16:48
Re: Dialog problems... - by Diti1 - 22.10.2014, 16:52
Re: Dialog problems... - by MeCom - 22.10.2014, 16:53
Re: Dialog problems... - by Diti1 - 22.10.2014, 16:59
Re: Dialog problems... - by Stinged - 22.10.2014, 17:04
Re: Dialog problems... - by mkmk - 22.10.2014, 18:19
Re: Dialog problems... - by mkmk - 22.10.2014, 20:27
Re: Dialog problems... - by Rudy_ - 23.10.2014, 10:55
Re: Dialog problems... - by DaniceMcHarley - 23.10.2014, 11:19
Re: Dialog problems... - by mkmk - 23.10.2014, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)