Fix Nametags, ich bin dUMM
This commit is contained in:
@@ -12,7 +12,8 @@ export default function customNametags() {
|
||||
|
||||
mp.events.addDataHandler("nameTagColor", (entity, value) => {
|
||||
if (entity.type === "player") {
|
||||
entity.setVariable('nametagColor',)
|
||||
entity.setVariable('nametagColor',value)
|
||||
mp.gui.chat.push(value);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user