Troubleshooting
Character Won't Load
Problem: Player spawns but character is invisible or stuck
Solutions:
Check if
vorp_coreis running:/ensure vorp_coreRestart the character resource:
/restart codemred-multicharacterCheck database connection in
oxmysqlCheck F8 console for errors
Shops Not Working
Problem: Can't interact with shop prompts
Solutions:
Verify
ConfigShops.UseShops = trueCheck if NPC coordinates match prompt coordinates
Ensure
vorp_menuis installed and runningTry walking directly to the prompt position
Camera Issues in Character Creator
Problem: Camera is too close/far or facing wrong direction
Solutions:
Use
/getcamposto get correct coordinatesUse
/previewcamto test before savingAdjust
CameraZoomSettingsinconfig.luaCheck
CameraPositionsettings in shop config
Database Errors
Problem: "Table doesn't exist" or "Column not found" errors
Solutions:
Run the playtime SQL commands from SQL Setup
Verify
oxmysqlis configured correctlyCheck database credentials in your
server.cfgRestart MySQL/MariaDB service
Players Can't Delete Characters
Problem: Delete button doesn't work
Solutions:
Check
Config.AllowPlayerDeleteCharacter = trueVerify player has at least 2 characters (can't delete last one)
Check F8 console for Lua errors
Ensure database has proper permissions
Clothing Not Saving
Problem: Character outfit resets after relog
Solutions:
Check database
characterstable hascompscolumnVerify
compTintscolumn existsRun
/rccommand after changing clothesCheck server console for save errors
UI Not Showing
Problem: NUI (user interface) doesn't appear
Solutions:
Check browser cache: Press
Ctrl + F5in-gameVerify
uifolder exists in resourceCheck
fxmanifest.luahas correctui_pagepathLook for JavaScript errors in F8 console
Ensure resource is built:
cd web && npm run build
📞 Support
If you need additional help:
Check the F8 console for error messages
Check server console for server-side errors
Review this documentation again
Contact your script provider with:
Error messages (screenshots)
Server logs
What you were doing when the error occurred
Your server version and framework version
Last updated