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);