What's Wrong with this Menu?
#9

I converted my weapons command to Zcmd (I think)

Please tell me if I have any errors in this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    command(weapons,playerid,params[]);
{
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Weapons", "Deagle\nAK-47", "Purchase", "Cancel");
    return 1;
}
    return 0;
}
My dialog works fine with strcmp :P
Reply


Messages In This Thread
What's Wrong with this Menu? - by Zach7 - 07.08.2013, 00:54
Re: What's Wrong with this Menu? - by Zach7 - 07.08.2013, 01:32
Re: What's Wrong with this Menu? - by Pk93 - 07.08.2013, 01:34
Re: What's Wrong with this Menu? - by cray1100 - 07.08.2013, 01:34
Re: What's Wrong with this Menu? - by Zach7 - 07.08.2013, 01:36
Re: What's Wrong with this Menu? - by Pk93 - 07.08.2013, 01:40
Re: What's Wrong with this Menu? - by cray1100 - 07.08.2013, 01:49
Re: What's Wrong with this Menu? - by Zach7 - 07.08.2013, 01:58
Re: What's Wrong with this Menu? - by Zach7 - 07.08.2013, 02:08
Re: What's Wrong with this Menu? - by Edix - 07.08.2013, 02:11

Forum Jump:


Users browsing this thread: 1 Guest(s)