From 6476a51ffd04c7f8c98afa7916e6095448d51443 Mon Sep 17 00:00:00 2001 From: kookroach Date: Mon, 5 Apr 2021 18:48:11 +0200 Subject: [PATCH] blip ^size --- ReallifeGamemode.Client/Gui/blips.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Gui/blips.ts b/ReallifeGamemode.Client/Gui/blips.ts index 3cbf73be..5b8e829d 100644 --- a/ReallifeGamemode.Client/Gui/blips.ts +++ b/ReallifeGamemode.Client/Gui/blips.ts @@ -16,7 +16,8 @@ alpha: 200, shortRange: true, dimension: mp.players.local.dimension, - drawDistance: 300 + drawDistance: 300, + scale: 0.7, }); pBlip.setCategory(7);