Log in to reply
 

[C#] How can I hide blips from always showing on radar?



  • Like how you can see all the blips from my mod on the radar like this:

    image

    Here's the code I have that sets the blips...

    GTA.Blip b9 = GTA.World.CreateBlip(bank9);
    b9.Sprite = BlipSprite.DollarSignCircled;
    b9.Color = BlipColor.Green;
    b9.Name = "Bank";
    

    What property can I add/change to make it only show up when near it?


  • MODERATOR

    @FelixTheBlackCat b9.IsShortRange = true;



  • @Unknown-Modder Thanks!


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.