From 9d4bb6ff7bfff068def7de970d01758cb5533e6a Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 30 Mar 2021 20:12:34 +0200 Subject: [PATCH] GangwarFix zweiter Tag 3 --- ReallifeGamemode.Client/util/Gangwar.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);