Setup Instructions
Follow these instructions to set up SW Spawn on your FiveM server.
Prerequisites
- SW Multicharacter or a compatible character system
- QBCore or ESX framework
Installation Steps
- Download the latest version of SW Spawn
- Extract the files to your resources directory
- Add
ensure sw-spawnto your server.cfg - If you have
qb-spawn or different spawnselectorscript, remove it or put it in the comment line in theserver.cfgfile.
Framework Configuration
QBCore Setup
For QBCore servers, set the framework type in your config.lua:
Config.Framework = "qbcore"
ESX Setup
For ESX servers, set the framework type in your config.lua:
Config.Framework = "esx"
Language Configuration
Config.DefaultLanguage = 'en' or 'tr'
enfor Englishtrfor Turkish
Integration with SW Multicharacter
SW Spawn is designed to work seamlessly with SW Multicharacter. Make sure SW Multicharacter is set up correctly and loaded before SW Spawn in your server.cfg.