Skip to content

Commit

Permalink
Added blips of 2 departments of the sheriff faction to the map.
Browse files Browse the repository at this point in the history
  • Loading branch information
harlandpro committed May 16, 2024
1 parent b4b9c7a commit c4eb824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/resources/NeptuneEvo/Fractions/Sheriff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public void onResourceStart()
{
try
{
//Main.CreateBlip(new Main.BlipData(526, "Sheriff", FirstPosition, 38, true));
//Main.CreateBlip(new Main.BlipData(526, "Sheriff", SecondPosition, 38, true));
Main.CreateBlip(new Main.BlipData(526, "Sheriff", FirstPosition, 38, true));
Main.CreateBlip(new Main.BlipData(526, "Sheriff", SecondPosition, 38, true));

CustomColShape.CreateCylinderColShape(FirstArrestPosition, 6, 3, 0, ColShapeEnums.FractionSheriffArrest, 1);
CustomColShape.CreateCylinderColShape(SecondArrestPosition, 7, 3, 0, ColShapeEnums.FractionSheriffArrest, 2);
Expand Down

0 comments on commit c4eb824

Please sign in to comment.