Spawn Selector
Choose a spawn location after selecting your character. Features camera flyover animations and configurable locations.
How It Works
- Select your character from the selection screen
- The spawn selector appears with predefined locations
- Hover over a location to see a camera flyover preview
- Click to confirm your spawn point
Default Locations
| Name | Description |
|---|---|
| Pillbox Hill | Central city location |
| Mission Row | Near the police station |
| Mirror Park | Residential area |
| Del Perro | Beach/pier area |
| Last Location | Spawn at your last known position |
Configuration
lua
Config.SpawnLocations = {
{ label = "Pillbox Hill", coords = vector4(...) },
{ label = "Mission Row", coords = vector4(...) },
-- add more locations...
}
| Option | Default | Description |
|---|---|---|
Config.UseSpawnSelector | false | Enable spawn location selector |
Config.UseQBHouses | false | Include qb-apartments as spawn option |
Config.DefaultSpawn | vector4 | Default spawn coordinates |
