Adjustments
Adjustments for Codeo-SpawnSelector Resource
Closing the spawn selector test command
Edit Spawn Selector language
['SPAWN_SELECTOR_NAME'] = "ONLY HERE",Setting Spawn Selector boxes
CODEO.Locations = {
{
point = "Del Perro Pier", -- The name of the place where the player will spawn
state = "Los Santos", -- State name
location = vector3(-1701.99, -1090.79, 13.15), -- Coordinates of the player's spawn location (vector3 only)
camCoords = vector3(-1701.99, -1090.79, 13.15), -- The coordinate where the player's camera will go when navigating locations while in the spawnselector screen
cardImage = "././assets/city-photo.png", -- Photo of where the player will be spawned (image url or image file)
},
}Last updated