Fix colors 3

This commit is contained in:
VegaZ
2021-04-05 02:27:31 +02:00
parent 51a051cd8f
commit bcb0ea1703

View File

@@ -305,7 +305,7 @@ namespace ReallifeGamemode.Server.Events
case 3:
//nameTagColor = new Color(173, 0, 118);
player.SetSharedData("nameTagColor", factionId);
player.SetSharedData("blipColor", 54);
player.SetSharedData("blipColor", 63);
player.SetAccessories(2, 2, 0);
break;
}