Added many things I can't recall but it has to do with inventory system and some minor fixes .. it's cool
This commit is contained in:
@@ -96,7 +96,7 @@ export default function keys(globalData: GlobalData) {
|
||||
|
||||
//O //Spielerliste
|
||||
mp.keys.bind(0x4F, false, function () {
|
||||
if (!globalData.InChat) {
|
||||
if (!globalData.InChat && !globalData.InMenu) {
|
||||
mp.events.callRemote("keyPress:O");
|
||||
//mp.events.call("showPlayerlist");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user