13.08.2014, 10:41
Quote:
CMD:buyweapon(playerid, params[]) { if(!IsAtammoshop(playerid)) { SendClientMessage(playerid, COLOR_GREY, " You are not in a Ammunation Shop"); return 1; } else { ShowPlayerDialog(playerid, AMMOSTOREMENU, DIALOG_STYLE_LIST, "Ammunation Shop", "Pump-Shotgun (5000)\nDeagle Eagle (35000)\nVest (3000))", "Buy", "Cancel"); } return 1; } |
Quote:
pFireArmsLic |