Added Faction Color to Player Blips for Trucker, Ballas and Grove.

This commit is contained in:
Lukas Moungos
2019-12-15 13:52:06 +01:00
parent 9eac853a32
commit c90420ec16
6 changed files with 87 additions and 8 deletions

View File

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