A FiveM blip management tool with a web UI. Create, customize, and share map blips with persistent database storage.
Caution
This resource is not yet ready for production use and is only public at this stage for transparency.
- Create, edit, delete blips via web UI or in-game command.
- Real-time synchronization across all players.
- Persistent storage with MySQL.
- Group and item-based visibility rules.
- Customizable sprite, color, scale, alpha, and effects.
- FiveM (fx_version 'cerulean')
- oxmysql (must load before pxBlipCreator)
- Node.js 16+ (to build the UI)
- MySQL database
# Build the UI
cd web
npm install
npm run build
# Import database (optional; auto-creates on first run)
mysql -u root -p your_db < runme.sql
# Add to server.cfg
ensure oxmysql
ensure pxBlipCreatorCaution
Ensure oxmysql is loaded before pxBlipCreator in your server.cfg.
/blipcreator— open the UI (requires permission).
GPL-3.0-or-later — see LICENSE.