try something

This commit is contained in:
michael.reiswich
2021-03-30 22:42:39 +02:00
parent a8e41c2808
commit b267c820ea
3 changed files with 13 additions and 3 deletions

View File

@@ -66,4 +66,13 @@ 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],
});
});
}