Setting up blips

We've added blips to the resource to allow players to see which defibs are nearby. These are red when they are available and blue when they are in use.

The below photo shows you how the blips look, with three available blips in the photo below and one in use.

To enable blips, open the config.lua file and navigate to the main = { section.

main = {
    blipsEnabled = true, -- Only shows blips nearby on minimap

Simply set blipsEnabled to true and blips will begin to show on the minimap. These will never show on the main map as there are too many blips which would flood the map.

Last updated