Fix Nametagcolor

This commit is contained in:
VegaZ
2021-04-04 03:06:04 +02:00
parent a340ae8507
commit 7d2faa8c74

View File

@@ -107,6 +107,11 @@ namespace ReallifeGamemode.Server.Events
player.SetSharedData("nameTagColor", new int[] { 255, 255, 255 });
break;
case 0:
player.SetSharedData("blipColor", 0);
player.SetSharedData("nameTagColor", new int[] { 255, 255, 255 });
break;
case 8:
player.SetSharedData("blipColor", 83);
player.SetSharedData("nameTagColor", new int[]{171, 0, 207});