Skip to Content

Installation

Get Nexus Spawn Selector running on your QBCore, Qbox, or ESX server.

Asset download

The asset only appears in the Cfx portal of the account that purchased it. If you need it on a different keymaster, use the transfer system on the portal.

Once your purchase clears, head to your Cfx portal  and download nxs_spawnselector from your asset panel.

Requirements

Required for everyone:

Optional (housing / property integration):

If you want players to spawn at their owned property, the resource supports these housing scripts out of the box:

  • qbx_properties
  • qb-apartments
  • qs-housing
  • 0r-apartments
  • ps-housing

These are completely optional. Pick the one you use and set it in Config.UseHousing.Housing_script. Leave Config.UseHousing.enable = false if you don’t want a property option in the menu.

Pairs cleanly with Nexus Multicharacter. When Config.UseSpawnSelector = true in the multichar config, character selection automatically routes through the spawn selector.

Install steps

  1. Drop the folder into your server’s resources directory:

    resources/[qbx]/nxs_spawnselector

    You can rename the folder. Just match the name in your ensure line below.

  2. Start the resource by adding it to your server.cfg after all of its dependencies:

    ensure ox_lib ensure oxmysql # Optional: ensure your housing resource here ensure nxs_spawnselector
  3. Restart your server.

Framework detection

By default Config.Framework = 'auto', so the resource will detect QBCore, Qbox, or ESX on its own. If detection fails or you want to force a specific framework, set it explicitly:

shared/config.lua
Config.Framework = 'qbx' -- auto | qb | qbx | esx

What to configure next

Head over to the Config page to set:

  • Available spawn locations (coordinates, names, images, optional job gating)
  • Housing integration (which housing script to use, the property option label)
  • “Last location” option toggle
  • UI text and theme colors

If you run into any trouble, hop into our Discord  and we’ll help you sort it out.

Last updated on