Add Tesla, fix player/keys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user