Wasabi Scripts
StoreDiscordGitHub
  • Documentation
  • Dependency
    • 🔗wasabi_bridge
      • Dependencies
      • Installation
      • Configuration
      • Custom Notifications
      • Common Issues & Fixes
  • Advanced Series
    • 🚑wasabi_ambulance
      • Dependencies
      • Installation
      • Configuration
      • Death Screens
      • Exports / Events
      • State Bags
      • Customizations
      • Common Issues
        • QBCore
    • 🩺wasabi_crutch
      • Dependencies
      • Installation
      • Configuration
      • Exports
    • 👮‍♂️wasabi_police
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • State Bags
      • Events
      • Customizations
    • 🔎wasabi_evidence
      • Dependencies
      • Installation
      • Configuration
      • Customizations
    • 🛡️wasabi_adminmenu
      • Dependencies
      • Installation
      • Configuration
    • 👷wasabi_multijob
      • Dependencies
      • Installation
      • Configuration
      • Replace ESX Boss Menus
    • 🔑wasabi_carlock
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Common Issues
        • QBCore
  • Core UI Series
    • 🖥️wasabi_loadingscreen
      • Configuration
    • 🧑‍🤝‍🧑wasabi_multichar
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 💳wasabi_banking
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 👼wasabi_spawn
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 🔔wasabi_notify
      • Exports / Events
      • Configuration
      • Change Framework Notify
    • ⏸️wasabi_pausemenu
      • Dependencies
      • Installation
      • Configuration
      • Exports
  • Heist Series
    • 🏦wasabi_pacificrobbery
      • Dependencies
      • Installation
      • Configuration
      • Events
    • 🏦wasabi_paletorobbery
      • Dependencies
      • Installation
      • Configuration
      • Events
    • 🏦wasabi_fleecarobberies
      • Dependencies
      • Installation
      • Configuration
      • Events
  • 💎wasabi_vangelicorobbery
    • Dependencies
    • Installation
    • Configuration
    • Events
  • 🔫wasabi_ammunationrobbery
    • Dependencies
    • Installation
    • Configuration
    • Events
  • 🚢wasabi_yachtheist
    • Dependencies
    • Installation
    • Configuration
    • Events
  • Free Releases
    • 👕fivem-appearance
      • Installation
      • Dependencies
      • Common Issues
      • Snippets
      • Exports
      • Examples
    • 👩‍💻wasabi_discord
      • Installation
      • Exports
Powered by GitBook
On this page
  1. Core UI Series
  2. wasabi_spawn

Configuration

All Wasabi Scripts contain various editable and unobscured files containing, exports, client and server functions, configuration methods and more.

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,
    },
}
PreviousInstallationNextExports

Last updated 2 months ago

👼