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