fix
This commit is contained in:
@@ -140,13 +140,12 @@ export default function keys(globalData: IGlobalData) {
|
||||
mp.gui.takeScreenshot(new Date().toLocaleDateString(), 1, 100, 80);
|
||||
});
|
||||
|
||||
//H
|
||||
mp.keys.bind(0x48, false, function () {
|
||||
if (mp.keys.isDown(0x11)) { //CTRL
|
||||
setInterval(() => {
|
||||
if (mp.keys.isDown(0x11) && mp.keys.isDown(0x48)) { //CTRL + H
|
||||
mp.events.call("keyPress:ControllH"); //hup
|
||||
return;
|
||||
}
|
||||
});
|
||||
}, 100);
|
||||
|
||||
//F2 //Noclip
|
||||
mp.keys.bind(0x71, false, () => {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
animationSyncData.register("getArrest", "mp_arrest_paired", "crook_p2_back_right", 3760, false, 0);
|
||||
animationSyncData.register("doUncuff", "mp_arresting", "a_uncuff", 5500, false, 0);
|
||||
animationSyncData.register("getUncuff", "mp_arresting", "b_uncuff", 5500, false, 0);
|
||||
animationSyncData.register("hup", "mp_am_hold_up", "handsup_base", -1, true, 146);
|
||||
animationSyncData.register("hup", "mp_am_hold_up", "handsup_base", -1, true, 50);
|
||||
animationSyncData.register("carryBox", "anim@heists@box_carry@", "idle", -1, true, 50);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user