Skip to main content
If something’s not working, check the F8 console (client) and your server console, filtered for [nex_hotels]. Most issues print a clear error there.

Common issues

ProblemFix
Hotel doesn’t show up after I created itAlmost always a wrong Config.Framework. Make sure it matches your actual core resource.
Players fall through the map when entering a roomThe MLO or IPL for that hotel isn’t streamed on your server. You need to own and load the matching interior — see pre-configured hotels for links.
Door doesn’t lock — it just opensThe door object name is wrong. Use the door picker in /hoteladmin (left-click a door prop in the world to auto-fill it).
Money is charged but the rental doesn’t activateWrong Config.Framework, or nex_hotels is starting before your core resource. Check server.cfg order.
/hoteladmin does nothingYou’re not in an admin group. Use add_principal identifier.<your-id> group.admin or join your framework’s admin group.
Recovery locker is empty after checkoutItems take a second or two to transfer. If they never appear, check your ox_inventory log.
Front-desk ped doesn’t spawnThe model name is invalid or unloaded. Try a vanilla model like s_m_m_doctor_01 to confirm, then try yours.
ox_target interactions don’t appearEither ox_target isn’t started, or Config.Interact = 'textui'. The doors always use the keycap regardless.
”Insufficient funds” but I have moneyConfig.PaymentAccount is your primary, and the other is used as a fallback. The rental is only refused if neither has enough.
Expired rental wasn’t evictedThe eviction sweep runs every 60 seconds by default. Wait a minute. If it never happens, check the server console for boot errors.
Bundled SQL import fails with Duplicate entryThe hotel already exists. Either delete it from /hoteladmin first, or the import is fine to re-run on supported MySQL/MariaDB versions.

Before opening a support ticket

Please include:
  1. Your Config.Framework value.
  2. Your FiveM artifact build number.
  3. Whether it’s a fresh install or after a config change.
  4. Server console output filtered for [nex_hotels] from when the issue happens.
  5. F8 console output filtered for [nex_hotels].
  6. Whether you used a bundled SQL import or built the hotel via /hoteladmin.
See Support & contact for how to reach us.