Skip to main content

Spawn Selector

Spawn location selector with camera flyover animations

This section

Spawn Selector

Choose a spawn location after selecting your character. Features camera flyover animations and configurable locations.

How It Works

  1. Select your character from the selection screen
  2. The spawn selector appears with predefined locations
  3. Hover over a location to see a camera flyover preview
  4. Click to confirm your spawn point

Default Locations

NameDescription
Pillbox HillCentral city location
Mission RowNear the police station
Mirror ParkResidential area
Del PerroBeach/pier area
Last LocationSpawn at your last known position

Configuration

lua
Config.SpawnLocations = {
{ label = "Pillbox Hill", coords = vector4(...) },
{ label = "Mission Row", coords = vector4(...) },
-- add more locations...
}
OptionDefaultDescription
Config.UseSpawnSelectorfalseEnable spawn location selector
Config.UseQBHousesfalseInclude qb-apartments as spawn option
Config.DefaultSpawnvector4Default spawn coordinates