[ESX / QB] IF Spawn Selector System (Buyable)(DPS Series)

Video Preview :

  • Fully Customizable
  • Resmon 0.0ms
  • GTA V Online spawn animation
  • Spawn in home location
  • Job locations
  • Last position location
  • Lock with price
  • Peds to shop locked locations

  • ESX
  • QBCore

Config = {

    HomeLocation = true,
    JobLocation = true,
    LastLocation = true,

    SpawnInHouseEvent = "housing:spawn",

    JobLocations = {
        ["police"] = vec3(441.0026, -983.1357, 30.6896),
        ["ambulance"] = vec3(0, 0, 0),
    },

    PedModel = "s_f_y_shop_mid",

    Spawns = {

        --[[{
            name = "Location Name", -- required
            coords = vec3(x, y, z), -- required
            image = "image.png", -- optional
            price = 2000, -- optional - if there isn't, the location is default unlocked
            pedCoords = vec4(x, y, z, h), -- optional - if there isn't, the location isn't buyable
        },]]
    
        {
            name = "Los Santos - Metro",
            coords = vec3(-854.6987, -127.5586, 37.7222),
            image = "los_santos.png",
        },

        {
            name = "Los Santos - Airport",
            coords = vec3(-1037.9486, -2737.8159, 20.1693),
            image = "los_santos.png",
            pedCoords = vec4(-1035.1694, -2741.1956, 20.1693, 26.1811),
            price = 2000,
        },
    },

    Lang = {
        Interact = "Press ~y~[E]~w~ to buy the location",
        Location = "Location",
        LocationLocked = "Location Locked",
        Price = "Price",
        Current = "$",
        Home = "Home",
        Job = "Job",
        LastPosition = "Last Position",
        Selector = "Selector",
        Spawn = "Spawn",
    }
}

BUY

:gem: My Other Scripts :gem:
Battlepass V1
Banking V1
Banking V2
HUD V1
HUD V2
HUD V3
Chat V1
Crafting V1
Vehicleshop V2 (Dealership)
Weapon Shop V2
Vehicle Tuning V1 (Mechanic)
Realistic Fuel System (Gas Stations)
Gift System (Send Vehicle/Items to your friends as gift)
Luxury Markets (Weapon Store, Blackmarket, 24/7 Shops)
Luxury Clothing Store (All Clothes as item)(Meta Items)
Hot Tube (Jacuzzi)
Reports & Admin System
Barber Job (Ownable Barbers)
Animation Menu (Emotes)
Main Menu + VIP System (Pause Menu)
Rednight Vehicleshop (Dealership)
Rednight Markets (24/7 Shops)
Rednight Weaponshop
Redline Banking
Redline Markets (24/7 Shops)
Redline Tattoo Store
Redline Weaponshop
Redline Clothing Store
Redline Vehicle Rental
Redline Garage (Create Garage In-Game)
Redline Vehicleshop (Dealership)
OPS Banking (Card Robbery)
OPS Scoreboard
OPS Pet System
OPS Battlepass
DPS Login/Signup System (Advanced Register)(Verify Your Players)
DPS Spawn Selector
DPS HUD
DPS Guide Menu (Rules Menu)

|-------------------------------------|----------------------------|
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | +650 |
| Requirements | ESX / QBCore |
| Support | Yes |