will sehen was das macht
This commit is contained in:
@@ -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],
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
@@ -88,8 +88,8 @@ deathScreen();
|
||||
import Infobox from './Gui/infobox';
|
||||
Infobox(globalData);
|
||||
|
||||
//import nametags from './Gui/nametags';
|
||||
//nametags();
|
||||
import nametags from './Gui/nametags';
|
||||
nametags();
|
||||
|
||||
import playerList from './Gui/playerlist';
|
||||
playerList(globalData);
|
||||
|
||||
Reference in New Issue
Block a user