diff --git a/ReallifeGamemode.Server/Events/Login.cs b/ReallifeGamemode.Server/Events/Login.cs index 26dd66d1..54c7e342 100644 --- a/ReallifeGamemode.Server/Events/Login.cs +++ b/ReallifeGamemode.Server/Events/Login.cs @@ -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});