try something
This commit is contained in:
@@ -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],
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user