add blipColor NR-Faction

This commit is contained in:
Michael
2020-09-15 16:38:37 +02:00
parent 621bde9e13
commit fab7c5b965
5 changed files with 24 additions and 0 deletions

View File

@@ -112,6 +112,9 @@ namespace ReallifeGamemode.Server.Events
case 4:
player.SetSharedData("blipColor", 5);
break;
case 9:
player.SetSharedData("blipColor", 25);
break;
}
if (user.CharacterId == null)