From a8e41c28081d35c46c81a60c31c39f23b10f9b42 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 30 Mar 2021 00:31:46 +0200 Subject: [PATCH] Gangwar Fix 14 - Gute Nacht --- ReallifeGamemode.Client/util/Gangwar.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index 9650bc84..8178996a 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -124,19 +124,13 @@ loadArea() { var self = this; - self.blip = mp.blips.new(5, self.vector, { - alpha: 70, - color: self.color, - rotation: self.rotation, - name: self.name - }); self.blip = mp.game.ui.addBlipForRadius(self.x, self.y, 1, self.range); - /*mp.game.invoke(Natives.SET_BLIP_SPRITE, self.blip, 5); + mp.game.invoke(Natives.SET_BLIP_SPRITE, self.blip, 5); mp.game.invoke(Natives.SET_BLIP_ALPHA, self.blip, 70); mp.game.invoke(Natives.SET_BLIP_COLOUR, self.blip, self.color); - */ + self._colshape = mp.colshapes.newCircle(self.x, self.y, self.range * 1.5); } render() {