Added /reloaddoors Command

This commit is contained in:
hydrant
2018-12-26 16:19:38 +01:00
parent 0d2eb11390
commit 7c99a1981a
3 changed files with 18 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
locked === 1 ? locked = true : locked = false;
mp.game.object.doorControl(doorHash, x, y, z, locked, p5, p6, p7);
});
});