Nametagcolors

This commit is contained in:
VegaZ
2021-04-04 02:45:25 +02:00
parent 5e078b7276
commit b7f9c97dc4
3 changed files with 18 additions and 5 deletions

View File

@@ -108,10 +108,12 @@ namespace ReallifeGamemode.Server.Events
case 8:
player.SetSharedData("blipColor", 83);
player.SetSharedData("nameTagColor", new Color[171, 0, 207, 255]);
break;
case 7:
player.SetSharedData("blipColor", 52);
player.SetSharedData("nameTagColor", new Color[0, 54, 0, 255]);
break;
case 4:
@@ -119,6 +121,7 @@ namespace ReallifeGamemode.Server.Events
break;
case 9:
player.SetSharedData("blipColor", 25);
player.SetSharedData("nameTagColor", new Color[0, 166, 133, 255]);
break;
}