Add Edit-Mode, Hotkey-Blip-Saves
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user