05.09.2010, 04:43
im trying to make a weapon menu but this annoying command always returns unknown command:
would it be because i have to many dialog menus?
pawn Код:
CMD:buygun(playerid,params[])
{
ShowPlayerDialog(playerid,WEP_LIST,DIALOG_STYLE_LIST,"Weapons","Pistols\nAutomatic Weapons\nShotguns\nAssault\nSpecial","Select","Leave");
return 1;
}