will sehen was das macht

This commit is contained in:
michael.reiswich
2021-03-30 22:55:51 +02:00
parent 522ae784cd
commit 3d5ce0433d
3 changed files with 2 additions and 12 deletions

View File

@@ -66,13 +66,4 @@ export default function (globalData: IGlobalData): void {
loginCam.setActive(false);
mp.game.cam.renderScriptCams(false, false, 0, true, false);
});
mp.events.add('SetNametagColor',(faction: string) => {
mp.nametags.set({
color: [73, 137, 0, 255],
});
});
}