Installation
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_propertiesqb-apartmentsqs-housing0r-apartmentsps-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
-
Drop the folder into your server’s
resourcesdirectory:resources/[qbx]/nxs_spawnselectorYou can rename the folder. Just match the name in your
ensureline below. -
Start the resource by adding it to your
server.cfgafter all of its dependencies:ensure ox_lib ensure oxmysql # Optional: ensure your housing resource here ensure nxs_spawnselector -
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:
Config.Framework = 'qbx' -- auto | qb | qbx | esxWhat 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.