Add Tesla, fix player/keys

This commit is contained in:
VegaZ
2018-12-25 17:38:23 +01:00
parent d22cf6e1ba
commit 3fc364433c
3 changed files with 7 additions and 1 deletions

View File

@@ -34,7 +34,9 @@ mp.keys.bind(0x76, false, function () {
//NUM2 //Save Blips in Edit Mode
mp.keys.bind(0x62, false, function () {
mp.events.callRemote("keyPress:NUM2");
if (!chat) {
mp.events.callRemote("keyPress:NUM2");
}
});
//E