Commented Task Sorting

This commit is contained in:
VegaZ
2019-03-06 18:27:58 +01:00
parent b8ce900c72
commit fd06c11a0d
3 changed files with 7 additions and 9 deletions

View File

@@ -34,11 +34,11 @@ mp.keys.bind(0x26, false, function () {
});
//RIGHT ARROW (Interaktion mit anderen Spielern)
mp.keys.bind(0x27, false, function () {
if (!globalData.InChat && !showInv && !globalData.Interaction) {
mp.events.callRemote("keyPress:RIGHT_ARROW");
}
});
//mp.keys.bind(0x27, false, function () {
// if (!globalData.InChat && !showInv && !globalData.Interaction) {
// mp.events.callRemote("keyPress:RIGHT_ARROW");
// }
//});
//DOWN ARROW (Interaktion mit anderen Spielern)
mp.keys.bind(0x28, false, function () {