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'},
}
Last updated