07.08.2013, 02:08
I converted my weapons command to Zcmd (I think)
Please tell me if I have any errors in this
My dialog works fine with strcmp :P
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;
}