From 9d8bcf11e7071f2eb5a54cee6c12568120974762 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 30 Mar 2021 20:38:00 +0200 Subject: [PATCH] GangwarFix zweiter Tag 5 --- ReallifeGamemode.Client/util/Gangwar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index 44d876d4..78829f5a 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -467,6 +467,7 @@ mp.game.invoke(Natives.REMOVE_BLIP, last_blip, -1); mp.game.invoke(Natives.SET_BLIP_ALPHA, last_blip, 0); mp.game.ui.removeBlip(last_blip); + mp.game.invoke(Natives.REMOVE_BLIP, last_blip); last_blip = mp.game.invoke(Natives.GET_NEXT_BLIP_INFO_ID, 5); x++; }