From af0b51d0dcbfaa17768a6c17329a9c351ec06ac6 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sun, 4 Apr 2021 22:00:03 +0200 Subject: [PATCH] fix --- ReallifeGamemode.Client/Gui/blips.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ReallifeGamemode.Client/Gui/blips.ts b/ReallifeGamemode.Client/Gui/blips.ts index b4510e14..44eca82f 100644 --- a/ReallifeGamemode.Client/Gui/blips.ts +++ b/ReallifeGamemode.Client/Gui/blips.ts @@ -12,21 +12,14 @@ export default function playerBlips() { var entityMp = entity; - mp.gui.chat.push("Player recieved: Yes"); let color = parseInt(entity.getVariable("blipColor")); - mp.gui.chat.push("Color : " + color); entity.createBlip(1); - mp.gui.chat.push(parseInt(entity.blip) == 0 ? "Blip was not created" : "Blip was created"); - - mp.gui.chat.push("entity.blip is actually " + entity.blip); var blip = entity.blip; - mp.gui.chat.push("1 -" + blip.getAlpha() + " 2- " + blip.doesExist() + " 3-" + blip.dimension + " 4-" + entityMp.dimension); - entity.setBlipColor(isNaN(color) ? 0 : color); mp.game.invoke(Natives.SET_BLIP_CATEGORY, entity.blip, 7);