Continue Ammunation

This commit is contained in:
VegaZ
2021-04-13 23:56:24 +02:00
parent 1f00619366
commit 98b5dc03f7
12 changed files with 2207 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ export default function ammunation(globalData: IGlobalData) {
mp.events.add("AmmunationShop:LoadNativeUI", (weapons: Weapon[]) => {
mp.gui.chat.activate(false);
globalData.InMenu = true;
mp.gui.chat.push(weapons.toString());
var ammunationMenu = new Menu("Ammunation", "", new Point(0, screenRes.y / 3), null, null);