Add Edit-Mode, Hotkey-Blip-Saves

This commit is contained in:
VegaZ
2018-11-03 22:34:45 +01:00
parent c1cb9904dd
commit 0610c0bd57
6 changed files with 91 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ mp.keys.bind(0x0D, false, function () {
}
});
//F7
mp.keys.bind(0x76, false, function () {
if (showGui === true) {
@@ -27,6 +28,12 @@ mp.keys.bind(0x76, false, function () {
}
});
//NUM2
mp.keys.bind(0x62, false, function () {
mp.events.callRemote("keyPress:NUM2");
});
//I
mp.keys.bind(0x49, false, function () {
if (!chat) {