spawnschutz eingefügt

This commit is contained in:
Fabian
2021-04-22 21:03:13 +02:00
parent 798a84813c
commit 9e6df00f24
5 changed files with 36 additions and 0 deletions

View File

@@ -69,5 +69,7 @@ export default function (globalData: IGlobalData): void {
globalData.InMenu = false;
loginCam.setActive(false);
mp.game.cam.renderScriptCams(false, false, 0, true, false);
mp.events.call("toggleSpawnschutz", true);
});
}