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

@@ -84,6 +84,9 @@ namespace ReallifeGamemode.Server.Managers
case 4:
player.SetSharedData("blipColor", 5);
break;
case 9:
player.SetSharedData("blipColor", 25);
break;
}
dbContext.SaveChanges();