Bruno Scripts Docs
Bruno Scripts Docs
  • 👋About Us
  • 💶Tebex Store
  • 🔌DEPENDENCIES
    • 🖥️ LIB
      • Supported Inventories
      • Config File
  • 💶PAID SCRIPTS
    • 📜Insurance
      • Config File
    • 🧑‍🔧Mechanic
      • Config File
    • 📍Blips
      • Config File
    • 🎒Uniform Bag
      • Config File
    • ⛏️Mining
      • Config File
  • 💻FREE SCRIPTS
    • 📸Showroom
      • Config File
    • 🌊Water Cooler
      • Config File
Powered by GitBook
On this page
  1. FREE SCRIPTS
  2. Showroom

Config File

🌟 Our amazing Standalone Showroom script!

Config File
Config = {}

Config.MinRange = 115 -- Minimum range to spawn vehicles for the nearest Showroom location
Config.MaxRange = 120 -- Maximum range to spawn vehicles for the nearest Showroom location
Config.PlateText = 'EXPO' -- Vehicle Plate Text

Config.Showrooms = { -- Showroom Zone to spawn cars only in this Zone, so if you have cars in other Showroom they won't spawn (Save Performance)
    vector3(0.0, 0.0, 0.0),
}

Config.VehicleList = { -- List of vehicles to spawn on diferent Showrooms | Vehicle Model is the model of the vehicle to spawn Example: 'adder'
    { pos = vector3(0.0, 0.0, 0.0), h = 0.0, model = 'VEHICLE MODEL'},
}
PreviousShowroomNextWater Cooler

Last updated 6 months ago

💻
📸