Troubleshooting
Characters not loading / database errors
Make sure
oxmysqlstarts beforears_multicharacterCheck the server console for SQL errors on startup
Verify your database user has
CREATE TABLEandALTER TABLEpermissions
Appearance / skin not applying
Check
resource/client/editable.luaand make sure the correct appearance export is uncommentedEnsure your appearance resource is started and listed in
fxmanifest.luadependencies if required
Relog screenshots not uploading
Ensure
screenshot-basicis started beforears_multicharacterVerify the Discord webhook URL or FiveManage API key is correct
Discord webhooks must be from a channel the bot/webhook has permission to post in
Spawn selector not showing
Confirm
Config.SpawnSelector.enable = trueCheck
show.alwaysandshow.onlyNewCharare set as intended
Admin panel not opening
Confirm the player's framework group matches one of the groups in
Config.AdminPanel.permissionCheck the command name in
Config.AdminPanel.command(default:charpanel, no slash needed)
Framework not detected
Set
Config.Frameworkexplicitly instead of"auto"if detection failsEnsure your framework resource name matches the standard name (
es_extended,qb-core,qbx_core)
Last updated