Add ClientSide Files

This commit is contained in:
VegaZ
2018-11-01 15:08:54 +01:00
parent f1495fbb82
commit 8e46680218
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
mp.events.add('changeDoorState', (doorHash, x, y, z, locked, p5, p6, p7) => {
mp.game.object.doorControl(doorHash, x, y, z, locked, p5, p6, p7);
});