This commit is contained in:
VegaZ
2021-04-04 03:28:38 +02:00
parent 8ed6df5182
commit e14e23947e

View File

@@ -12,7 +12,7 @@ export default function customNametags() {
mp.events.addDataHandler("nameTagColor", (entity, value) => {
if (entity.type === "player") {
entity.setVariable('nametagColor',value)
//entity.setVariable('nametagColor',value)
mp.gui.chat.push(value);
}
});