Fix Nametagcolor
This commit is contained in:
@@ -104,6 +104,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
case null:
|
||||
player.SetSharedData("blipColor", 0);
|
||||
player.SetSharedData("nameTagColor", new int[] { 255, 255, 255 });
|
||||
break;
|
||||
|
||||
case 8:
|
||||
|
||||
Reference in New Issue
Block a user