From 3e547afa2357e8b417e84c61ea51def571df3e1b Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 19 Apr 2021 21:22:10 +0200 Subject: [PATCH] blips verbuggt --- ReallifeGamemode.Client/Gui/blips.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/Gui/blips.ts b/ReallifeGamemode.Client/Gui/blips.ts index 250bed9a..09189ddc 100644 --- a/ReallifeGamemode.Client/Gui/blips.ts +++ b/ReallifeGamemode.Client/Gui/blips.ts @@ -34,8 +34,8 @@ } let color = player.getVariable("blipColor"); - if (color === -1) { - pBlip.setAlpha(0); + if (color == -1) { + //pBlip.setAlpha(0); } else { pBlip.setAlpha(200);