🦑Kivo Spawn Selector
Installation Steps
3
Configure
-- Hub camera shown on open
Config.spawnbehavior.hub = {
coords = vector3(-269.0, -955.0, 750.0),
rot = vector3(-90.0, 0.0, 0.0),
}
-- New character behaviour
Config.newCharSkipSelector = false -- true = skip UI and spawn at defaultSpawn
Config.defaultSpawn = vector4(-269.4, -955.3, 31.2, 205.0)
-- Spawn locations
Config.spawnlocations = {
{
id = '1',
coords = vector4(-1411.59, -1241.65, 4.40, 12.28),
img = '', -- path relative to html/images/, leave '' for default image
name = 'Vespucci Beach',
description = 'Relax by the shore.',
temperature = '32C',
wind = 'Light',
weather = 'sunny',
spawnfunction = 'default',
},
-- add more locations here
}4
Add to server.cfg
ensure qbx_core
ensure kivo-multi-char # if using Kivo Suite
ensure kivo-spawnensure qb-core
ensure kivo-multi-char # if using Kivo Suite
ensure kivo-spawnensure mapmanager
ensure spawnmanager # keep for ESX
ensure es_extended
ensure kivo-multi-char # if using Kivo Suite
ensure kivo-spawnFeatures
Config Reference
Key
Default
Description
