Add doormanager
This commit is contained in:
@@ -35,6 +35,11 @@ mp.keys.bind(0x49, false, function () {
|
||||
}
|
||||
});
|
||||
|
||||
//L
|
||||
mp.keys.bind(0x4C, false, function () {
|
||||
mp.events.callRemote("ChangeDoorState");
|
||||
});
|
||||
|
||||
//N
|
||||
mp.keys.bind(0x4E, false, function () {
|
||||
if (!chat) {
|
||||
|
||||
Reference in New Issue
Block a user