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

  1. Download the latest version of SW Spawn
  2. Extract the files to your resources directory
  3. Add ensure sw-spawn to your server.cfg
  4. If you have qb-spawn or different spawnselector script, remove it or put it in the comment line in the server.cfg file.

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'
  • en for English
  • tr for 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.