Rewrite Inventory-System
This commit is contained in:
@@ -52,13 +52,7 @@ mp.keys.bind(0x49, false, function () {
|
||||
|
||||
//J
|
||||
mp.keys.bind(0x4A, false, function () {
|
||||
if (showInventory === false) {
|
||||
mp.events.call("showInventory", true);
|
||||
showInventory = true;
|
||||
} else {
|
||||
mp.events.call("showInventory", false);
|
||||
showInventory = false;
|
||||
}
|
||||
mp.events.callRemote("keyPress:J");
|
||||
});
|
||||
|
||||
//K //Dienstkleidung
|
||||
|
||||
Reference in New Issue
Block a user