Skip to main content

Configuration

All Wasabi Scripts contain various editable and unobscured files containing, exports, client and server functions, configuration methods and more. This is the main configuration file for our Spawn Selector (wasabi_spawn) resource.

View Configuration
-----------------For support, scripts, and more----------------
--------------- https://discord.gg/wasabiscripts -------------
---------------------------------------------------------------

Config = {}

Config.CheckForUpdates = true -- Check for updates (Recommended)

Config.Language = "en" -- Language to use for the script

Config.UseDefaultQBCoreApartments = true -- Set to true if you are using the default QBCore apartments (QBCORE ONLY)

Config.HouseScript = "qb-houses" -- Name of the house script you use: qb-houses, qs-housing
-- (Add additional in game/server/sv_customize.lua)

Config.Locations = {
[0] = {
locationID = "police", -- Unique ID for the location
title = "Police", -- Title of the location
subtitle = "Mission Row", -- Subtitle of the location
description =
"The police station in Mission Row is the headquarters of the Los Santos Police Department. It is home to a team of officers who work to protect and serve the residents of Los Santos. The station is equipped with facilities and equipment to help officers carry out their duties efficiently.", -- Description of the location
spawnCoords = vector4(428.78, -985.59, 30.71, 5.56), -- Where the player will spawn
cameraCoords = vector4(409.9, -984.15, 34.24, 268.18), -- Where the camera will be
color = '#0075FF37', -- Color of the location box
border = '#0085FF', -- Border color of the location box
showAtFirstSpawn = true, -- Show this location at first spawn

},
[1] = {
locationID = "hospital",
title = "Hospital",
subtitle = "Mission Row",
description =
"The hospital in Mission Row is a state-of-the-art medical facility that provides a wide range of healthcare services to the residents of Los Santos. It is staffed by a team of highly trained doctors, nurses, and support staff who are dedicated to providing the highest quality care to their patients.",
spawnCoords = vector4(296.23, -591.55, 43.28, 71.21),
cameraCoords = vector4(265.62, -568.98, 50.35, 248.67),
color = '#CB196F37',
border = '#FF007A',
showAtFirstSpawn = true,
},
[2] = {
locationID = "forest",
title = "Forest",
subtitle = "Paleto Bay",
description =
"The forest in Paleto Bay, located in the northern part of San Andreas, is a dense and scenic woodland filled with towering pine trees, winding trails, and diverse wildlife. It offers breathtaking views of the mountains and ocean, making it a perfect spot for hiking, camping, and adventures.",
spawnCoords = vector4(-710.17, 5791.05, 17.46, 69.25),
cameraCoords = vector4(-722.21, 5875.39, 28.8, 203.69),
color = '#acaaaa50',
border = '#acaaaa',
showAtFirstSpawn = true,
},
[3] = {
locationID = "forest2",
title = "Forest",
subtitle = "Paleto Bay",
description =
"The forest in Paleto Bay, located in the northern part of San Andreas, is a dense and scenic woodland filled with towering pine trees, winding trails, and diverse wildlife. It offers breathtaking views of the mountains and ocean, making it a perfect spot for hiking, camping, and adventures.",
spawnCoords = vector4(-710.17, 5791.05, 17.46, 69.25),
cameraCoords = vector4(-722.21, 5875.39, 38.8, 203.69),
color = '#acaaaa50',
border = '#acaaaa',
showAtFirstSpawn = false,
},
[4] = {
locationID = "forest3",
title = "Forest",
subtitle = "Paleto Bay",
description =
"The forest in Paleto Bay, located in the northern part of San Andreas, is a dense and scenic woodland filled with towering pine trees, winding trails, and diverse wildlife. It offers breathtaking views of the mountains and ocean, making it a perfect spot for hiking, camping, and adventures.",
spawnCoords = vector4(-710.17, 5791.05, 17.46, 69.25),
cameraCoords = vector4(-722.21, 5875.39, 38.8, 203.69),
color = '#acaaaa50',
border = '#acaaaa',
showAtFirstSpawn = false,
},
[5] = {
locationID = "forest4",
title = "Forest",
subtitle = "Paleto Bay",
description =
"The forest in Paleto Bay, located in the northern part of San Andreas, is a dense and scenic woodland filled with towering pine trees, winding trails, and diverse wildlife. It offers breathtaking views of the mountains and ocean, making it a perfect spot for hiking, camping, and adventures.",
spawnCoords = vector4(-710.17, 5791.05, 17.46, 69.25),
cameraCoords = vector4(-722.21, 5875.39, 38.8, 203.69),
color = '#acaaaa50',
border = '#acaaaa',
showAtFirstSpawn = false,
},
[6] = {
locationID = "forest5",
title = "Forest",
subtitle = "Paleto Bay",
description =
"The forest in Paleto Bay, located in the northern part of San Andreas, is a dense and scenic woodland filled with towering pine trees, winding trails, and diverse wildlife. It offers breathtaking views of the mountains and ocean, making it a perfect spot for hiking, camping, and adventures.",
spawnCoords = vector4(-710.17, 5791.05, 17.46, 69.25),
cameraCoords = vector4(-722.21, 5875.39, 38.8, 203.69),
color = '#acaaaa50',
border = '#acaaaa',
showAtFirstSpawn = false,
},
[7] = {
locationID = "forest6",
title = "Forest",
subtitle = "Paleto Bay",
description =
"The forest in Paleto Bay, located in the northern part of San Andreas, is a dense and scenic woodland filled with towering pine trees, winding trails, and diverse wildlife. It offers breathtaking views of the mountains and ocean, making it a perfect spot for hiking, camping, and adventures.",
spawnCoords = vector4(-710.17, 5791.05, 17.46, 69.25),
cameraCoords = vector4(-722.21, 5875.39, 38.8, 203.69),
color = '#acaaaa50',
border = '#acaaaa',
showAtFirstSpawn = false,
},
}