Skip to content

A modern, feature rich FiveM blip management system with a beautiful web based UI.

License

Notifications You must be signed in to change notification settings

CodeMeAPixel/pxBlipCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxBlipCreator

A FiveM blip management tool with a web UI. Create, customize, and share map blips with persistent database storage.

Version License FiveM

Caution

This resource is not yet ready for production use and is only public at this stage for transparency.

Getting started

Development & contributing

What it does

  • 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.

Requirements

  • FiveM (fx_version 'cerulean')
  • oxmysql (must load before pxBlipCreator)
  • Node.js 16+ (to build the UI)
  • MySQL database

Quick start

# 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 pxBlipCreator

Caution

Ensure oxmysql is loaded before pxBlipCreator in your server.cfg.

Command

  • /blipcreator — open the UI (requires permission).

License

GPL-3.0-or-later — see LICENSE.

About

A modern, feature rich FiveM blip management system with a beautiful web based UI.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •