> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack/business/admin-panel/blips.md).

# Blips

#### Blips

The Blips tab in the Admin panel lets you place and manage map markers for business locations. Each blip is linked to a specific job and appears on the map for all players.

<figure><img src="/files/yLNaOILT4gMfP6dwsMbd" alt=""><figcaption></figcaption></figure>

**Adding a Blip**

Use the form on the left side to configure a new blip:

* **Job** — the job this blip belongs to
* **Blip Label** — the name displayed when hovering the marker on the map
* **Coordinates** — X, Y, Z position of the blip. Use the **Use My Coords** button to capture your current in-game position automatically
* **Sprite** — the blip icon ID (refer to the FiveM blip sprite reference)
* **Color** — the blip color ID (refer to the FiveM blip color reference)
* **Online by default** — if enabled, the blip is visible on the map at all times regardless of whether the business is open

Once configured, click **Add Blip** to add it to the list on the right.

**Fivem Blips and Colors:** <https://docs.fivem.net/docs/game-references/blips/>

**Managing Blips**

The table on the right shows all configured blips. From there you can:

* **Edit** a blip to update any of its values — the form on the left will populate with the existing data
* **Delete** a blip with a double-click on the trash icon

When you are done making changes, click **Save Changes** to persist everything to the server. Blips are not saved automatically — unsaved changes will be lost on refresh.

### Notify Players <a href="#notify-players" id="notify-players"></a>

* If your server supports it, you can send an alert to all players when a business is opened, in **server/editable/blips.lua** > line 10 you can add your own TriggerClientEvent to notify all clients.
* **cooldownTime** will prevent players from spamming this notification, notification will not be triggered again until cooldown is over, default is 1 minute after last notification from same business.
