๐Ÿ› ๏ธ Installation โ€“ Advance Blip Creator

Welcome to the official documentation for Advance Blip Creator by Syntax Store. This guide will help you install, configure, and use the script properly on your FiveM server.

๐Ÿ“ฆ Step 1: Installation

  1. Download the script from your KeyMaster account.

  2. Extract the .zip file.

  3. Move the folder syntax-blipcreator to your server's resources directory:

    ../[resources]/syntax-blipcreator
  4. Add this line to your server.cfg:

    ensure syntax-blipcreator

โš™๏ธ Step 2: Basic Configuration

Open shared/config.lua and adjust the settings to your needs.

Framework

Choose your framework:

luaCopiarEditarConfig.Framework = 'esx' -- or 'qbcore'

Language

Set the UI and notification language:

Available languages: en, es, it, fr, de, pt, nl, pl, ru, ar, zh, ja, ko, tr


๐Ÿ”ง Command & Keybind Settings

Command

Use /blipcreator in-game to open the menu.

Keybind

Press H (or your custom key) to open the blip creator.


๐Ÿ” Admin Access Control

Define which admin groups have access to the menu:

  • ESX: Uses getGroup().

  • QBCore: Uses HasPermission().


๐Ÿ“ก Discord Webhook Logging (Optional)

Enable logging of create/edit/delete actions to a Discord channel:

Color codes for Discord embeds:


โœ… Final Checklist

  1. Restart the resource or your entire server:

  2. Join the server and test using /blipcreator or the assigned key.

  3. Create, manage, and remove blips easily through the user-friendly interface.

Last updated