Interior stuff

This commit is contained in:
Vortrex
2022-03-07 02:27:26 -06:00
parent 732f0c072b
commit 24bce67d37
2 changed files with 9 additions and 6 deletions

View File

@@ -348,6 +348,9 @@ function setLocalPlayerInterior(interior) {
if(!isGTAIV()) {
localPlayer.interior = interior;
game.cameraInterior = interior;
} else {
let interiorId = natives.getInteriorAtCoords(localPlayer.position);
natives.activateInterior(interiorId, true);
}
}