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

@@ -453,6 +453,9 @@ namespace ReallifeGamemode.Server.Commands
case 4:
target.SetSharedData("blipColor", 5);
break;
case 9:
target.SetSharedData("blipColor", 25);
break;
}
target.TriggerEvent("jailTime", 0);