rechtschreibung schlechtschreibung
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as NativeUI from '../libs/NativeUI';
|
||||
import * as NativeUI from '../libs/NativeUI';
|
||||
|
||||
const Menu = NativeUI.Menu;
|
||||
const UIMenuItem = NativeUI.UIMenuItem;
|
||||
@@ -10,7 +10,7 @@ const ItemsCollection = NativeUI.ItemsCollection;
|
||||
const Color = NativeUI.Color;
|
||||
|
||||
let screenRes = mp.game.graphics.getScreenResolution(0, 0);
|
||||
let saveItem = new UIMenuItem("Waffen Nehmen", "");
|
||||
let saveItem = new UIMenuItem("Waffen nehmen", "");
|
||||
saveItem.BackColor = new Color(13, 71, 161);
|
||||
saveItem.HighlightedBackColor = new Color(25, 118, 210);
|
||||
|
||||
@@ -131,7 +131,7 @@ export default function weaponList(globalData: IGlobalData) {
|
||||
|
||||
|
||||
weaponMenu.ItemSelect.on((item) => {
|
||||
if (item.Text === "Waffen Nehmen") {
|
||||
if (item.Text === "Waffen nehmen") {
|
||||
mp.events.callRemote("saveWeaponSelection", primary, secondary, melee, specialWep, armor);
|
||||
weaponMenu.Close();
|
||||
globalData.InMenu = false;
|
||||
|
||||
Reference in New Issue
Block a user