Troubleshooting

Character Won't Load

Problem: Player spawns but character is invisible or stuck

Solutions:

  1. Check if vorp_core is running: /ensure vorp_core

  2. Restart the character resource: /restart codemred-multicharacter

  3. Check database connection in oxmysql

  4. Check F8 console for errors


Shops Not Working

Problem: Can't interact with shop prompts

Solutions:

  1. Verify ConfigShops.UseShops = true

  2. Check if NPC coordinates match prompt coordinates

  3. Ensure vorp_menu is installed and running

  4. Try walking directly to the prompt position


Camera Issues in Character Creator

Problem: Camera is too close/far or facing wrong direction

Solutions:

  1. Use /getcampos to get correct coordinates

  2. Use /previewcam to test before saving

  3. Adjust CameraZoomSettings in config.lua

  4. Check CameraPosition settings in shop config


Database Errors

Problem: "Table doesn't exist" or "Column not found" errors

Solutions:

  1. Run the playtime SQL commands from SQL Setup

  2. Verify oxmysql is configured correctly

  3. Check database credentials in your server.cfg

  4. Restart MySQL/MariaDB service


Players Can't Delete Characters

Problem: Delete button doesn't work

Solutions:

  1. Check Config.AllowPlayerDeleteCharacter = true

  2. Verify player has at least 2 characters (can't delete last one)

  3. Check F8 console for Lua errors

  4. Ensure database has proper permissions


Clothing Not Saving

Problem: Character outfit resets after relog

Solutions:

  1. Check database characters table has comps column

  2. Verify compTints column exists

  3. Run /rc command after changing clothes

  4. Check server console for save errors


UI Not Showing

Problem: NUI (user interface) doesn't appear

Solutions:

  1. Check browser cache: Press Ctrl + F5 in-game

  2. Verify ui folder exists in resource

  3. Check fxmanifest.lua has correct ui_page path

  4. Look for JavaScript errors in F8 console

  5. Ensure resource is built: cd web && npm run build


📞 Support

If you need additional help:

  1. Check the F8 console for error messages

  2. Check server console for server-side errors

  3. Review this documentation again

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