Dialog help
#2

try it
pawno code:

#define WELCOME 2011

if(strcmp(cmdtext, "/help", true) == 0)
{
ShowPlayerDialog(playerid,WELCOME,DIALOG_STYLE_MSG BOX,"Help Menu"," Your Message's Here ","OK","Cancel");
return 1;
}

and this list
if(!strcmp(cmdtext, "/drinks", true))
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Help Menu List", " Your Messages Here", "Selcet", "Cancel");
return 1;
}
Reply


Messages In This Thread
Dialog help - by yoan103 - 13.02.2010, 17:45
Re: Dialog help - by hab2ever - 13.02.2010, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)