diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index 082b4dcb..6e32d47b 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -456,7 +456,7 @@ function clearBlips() { mp.game.invoke(Natives.SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT, 1); - //mp.game.gameplay.setThisScriptCanRemoveBlipsCreatedByAnyScript(true); + mp.game.gameplay.setThisScriptCanRemoveBlipsCreatedByAnyScript(true); var x = 0; var y = 0; var z = 0; @@ -510,6 +510,7 @@ if (turf._marker) if (turf.blip != null) { mp.game.ui.removeBlip(turf.blip); + mp.game.invoke(Natives.SET_BLIP_ALPHA, turf.blip, 0); } if (turf.leaderBlip != null) { mp.game.ui.removeBlip(turf.leaderBlip);