diff --git a/Client/Gui/Inventory/inventory-style.css b/Client/Gui/Inventory/inventory-style.css index 5fea2059..e931e0c8 100644 --- a/Client/Gui/Inventory/inventory-style.css +++ b/Client/Gui/Inventory/inventory-style.css @@ -3,7 +3,7 @@ body { width: 50%; position: center; - margin: 0 auto; + margin: 5% auto auto 25%; } .inventory-table { @@ -51,5 +51,6 @@ body { background-color: red; margin: 0 auto; text-align: center; - font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + pointer-events: visible; } \ No newline at end of file diff --git a/Client/Gui/Inventory/inventory.html b/Client/Gui/Inventory/inventory.html index ad13b915..cae22802 100644 --- a/Client/Gui/Inventory/inventory.html +++ b/Client/Gui/Inventory/inventory.html @@ -58,6 +58,7 @@
10
+
Chickenburger
@@ -95,221 +96,5 @@
- \ No newline at end of file diff --git a/Client/Player/keys.js b/Client/Player/keys.js index 0f845504..b8585cd3 100644 --- a/Client/Player/keys.js +++ b/Client/Player/keys.js @@ -7,11 +7,8 @@ //https://docs.microsoft.com/de-de/windows/desktop/inputdev/virtual-key-codes var chat = false; -<<<<<<< HEAD var showInventory = false; -======= var showGui = true; ->>>>>>> develop //ENTER mp.keys.bind(0x0D, false, function () { @@ -53,7 +50,6 @@ mp.keys.bind(0x49, false, function () { } }); -<<<<<<< HEAD //J mp.keys.bind(0x4A, false, function () { if (showInventory === false) { @@ -65,8 +61,6 @@ mp.keys.bind(0x4A, false, function () { } }); -//N -======= //K //Dienstkleidung mp.keys.bind(0x4B, false, function () { if (!chat) { @@ -82,7 +76,6 @@ mp.keys.bind(0x4C, false, function () { }); //N //Motor Starten ->>>>>>> develop mp.keys.bind(0x4E, false, function () { if (!chat) { mp.events.callRemote("keyPress:N"); diff --git a/reallife-gamemode.csproj b/reallife-gamemode.csproj index 95166b1a..8019dc4d 100644 --- a/reallife-gamemode.csproj +++ b/reallife-gamemode.csproj @@ -22,6 +22,9 @@ ..\Bootstrapper.dll + + +