Add Trading

This commit is contained in:
VegaZ
2018-12-26 22:59:15 +01:00
parent b3e12588cf
commit ec1cc4b237
7 changed files with 829 additions and 144 deletions

View File

@@ -20,6 +20,14 @@ mp.keys.bind(0x0D, false, function () {
}
});
//LEFT ARROW (Interaktion mit anderen Spielern)
mp.keys.bind(0x25, false, function () {
if (!chat && !showInv && !globalData.PlayerInteraction) {
mp.events.callRemote("keyPress:LEFT_ARROW");
globalData.PlayerInteraction = true;
}
});
//F7 //Unshowalles
mp.keys.bind(0x76, false, function () {