From 31daf79411d95ebad2bababfe85179fa766642e2 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Fri, 26 Mar 2021 18:40:09 +0100 Subject: [PATCH] next try --- 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 00f1e493..8ec8e97d 100644 --- a/ReallifeGamemode.Client/Gui/blips.ts +++ b/ReallifeGamemode.Client/Gui/blips.ts @@ -13,8 +13,8 @@ export default function playerBlips() { entity.setBlipColor(isNaN(color) ? 0 : color); mp.game.invoke(Natives.SET_BLIP_CATEGORY, entity.blip, 7); mp.game.invoke(Natives.SHOW_HEADING_INDICATOR_ON_BLIP, entity.blip, true); - //mp.game.invoke(Natives.SET_BLIP_AS_SHORT_RANGE, entity.blip, true); - mp.game.invoke(Natives.SET_BLIP_DISPLAY, entity.blip, 8); + mp.game.invoke(Natives.SET_BLIP_AS_SHORT_RANGE, entity.blip, true); + mp.game.invoke(Natives.SET_BLIP_DISPLAY, entity.blip, 6); } });