Symptoms: /blipcreator opens nothing or shows a blank/error screen.
Check:
- Confirm
web/build/index.htmlexists - FiveM server console for load errors
- Browser console (F8) for JavaScript errors
Fix:
cd web && npm run buildSymptoms: Server console shows MySQL-related errors; blips don't save or load.
Check:
oxmysqlis running (status oxmysql)- Database credentials in
oxmysqlconfig are correct pxBlipCreatorloads afteroxmysqlinserver.cfg
Fix: Restart both resources after verifying the config.
Symptoms: You see your blips, but other players don't.
Check:
- Blip has group restrictions enabled with the player's group
- Player has the required group/grade
- Blip is not hidden via the
hideUisetting
Fix: Edit the blip and remove group restrictions, or add the player to the required group.
Symptoms: /blipcreator shows "Unknown command."
Check:
- Resource is running:
status pxBlipCreator - Player has permission:
add_ace user.STEAM_ID "command.blipcreator" allow
Fix: Add permission and restart the resource or the player must rejoin the server.