AV Scripts
StoreDiscord
  • Documentation
  • Guides
    • Dealerships
      • Installation
      • Admin Panel
        • Permissions
        • Creator
        • Import Vehicles
        • Warehouse
      • Dealership Panel
        • Dealership Blip
        • Overview
        • Auctions
        • Bank
        • Employees
        • Orders
        • Financing
        • Rentals
        • Showroom
        • Warehouse
        • Pre Owned
        • Settings
      • Showroom
      • Exports
      • FAQ
    • House Robbery
      • Installation
      • Add Shells
      • Dispatch
      • Exports
      • Weather
      • Minigames
      • Notifications
      • New Houses
      • Object Types
      • Sell Items
    • Illegal Runs
      • Installation
      • Customization
      • Ox Inventory
      • QB Inventory
    • Multicharacter
      • Installation
      • Character Slots
      • Clothes
      • Scenes
        • Previews
      • Exports
      • Weather
    • Paleto Heist
      • Buy here
    • Refund System
      • Installation
        • Inventories
    • Tuning Script
      • Installation
      • Events and Controls
      • Exports
      • Price Multiplier
    • Vehicleshop
      • Installation
      • Admin Panel
      • Addon Vehicles
      • Functions
        • Fuel
        • Keys
        • VIP
        • Weather
      • Garages
      • HUD
      • Society
    • Weather Script
      • Installation
      • Breath Condensation
      • Fog
      • Real Time Sync
      • Exports
    • VIP Script
      • Installation
      • Exports
      • Categories
      • Admin
      • Tebex
      • Free Tokens
  • LAPTOP PACK V3
    • Laptop v3
      • Installation
        • Inventory
        • Cosmo
        • Permissions
        • QBCore
        • Custom Framework/Inventory
        • Phone
        • Translate
      • Browser
      • Terminal
      • Documents
      • APPs Config
      • Exports
    • Boosting
      • Create Profile
      • APP
      • Contracts
      • Dispatch
      • Lockpick Export
      • VIN Export
    • Business
      • Installation
        • Inventories
          • Origen Inventory
            • ESX
            • QBCore
          • OX Inventory
          • QB/PS/LJ Inventory
          • Quasar Inventory
            • ESX
            • QBCore
          • Codem Inventory
          • Tgiann Inventory
        • ESX
      • Admin Panel
        • Create Zones
        • Edit Zones
      • Config
        • Animations
        • Blips
        • Buttons
        • Crafting
        • Effects
        • Events
          • Items
          • Zones
        • Logs
          • Custom Logs
        • Permissions
      • Exports
      • Banking Scripts
      • Multijobs
    • Cameras
      • Installation
        • Vehicle Cameras
      • Place Camera
      • Job Cameras
    • Drugs
      • Installation
      • Admin Panel
      • APP
      • Tables
      • Labs
        • PC
        • Raids
      • Alert Cops
      • Shells
      • Exports
    • Gangs
      • Installation
      • Admin Panel
        • Gangs
        • Whitelist
      • Properties
      • Register Gang
      • APP
        • Members
        • Settings
        • Missions
        • Blackmarket
        • Properties
      • Graffitis
      • Missions
      • Gang NPC
      • Shells
      • Exports
      • Labs
    • Groups
      • Events
      • Exports
    • Music
      • Installation
      • Music Labels
      • APP
        • Search Music
        • Playlists
        • Headphones
      • CDs
    • Racing
      • Installation
        • Permissions
        • Discord Logs
        • Addon Vehicles
      • Admin Panel
      • Categories
      • Events
      • Exports
      • Personal Settings
      • The Underground
    • Custom APPs
    • Discord Support
Powered by GitBook
On this page
  • Create Orders
  • Test Vehicles
  • Sell Vehicles
  • Rent Vehicle
  1. Guides
  2. Dealerships
  3. Dealership Panel

Warehouse

Last updated 1 day ago

In this tab, the dealership can view the full list of vehicles available for sale. You can create stock orders, initiate test drives, sell vehicles to players, or rent them out. The table includes category filters and a search bar to help you quickly find specific models.

Create Orders

  • To create an order, click the Add to Order button on the vehicle you want to purchase stock for.

  • There's a limit of vehicles per order, you can modify it in config/orders.lua > Config.VehiclesPerOrder

  • Click the Order Details button in the top-right corner to review and complete your order.

Test Vehicles

  • This option will be disabled if the vehicle doesn't have any stock or if the player doesn't have the needed permissions.

  • The vehicle will spawn at the Test Coords location and will be automatically deleted by the server once the test drive timer expires.

You can remove the stock requeriment in config/_drivetest.lua

Sell Vehicles

When selling a vehicle, a pop-up will appear where you must fill in all the required fields before completing the sale.

  • Player ID*: The player server ID who's gonna buy the vehicle, you can click the left icon to auto detect the closest player.

  • Customer Phone: A phone number, needed if the vehicle is gonna be financed.

  • Price*: This value cannot be lower than the base price, to prevent players from giving away vehicles for free and harming dealerships.

  • Payments: Number of installments the total amount will be divided into for this vehicle

The customer will receive the following menu where they can Accept (or refuse) the sell, they can also select the payment method.

The vehicle will be spawned in the Customers Pickup location.

Rent Vehicle

When creating a rental contract, a pop-up will appear where you must fill in all the required fields before finalizing the rental.

  • Player ID*: The player server ID who's gonna buy the vehicle, you can click the left icon to auto detect the closest player.

  • Customer Phone: A phone number, needed if the vehicle is gonna be financed.

  • Days to rent: Amount of days to rent the vehicle.

  • Price: Amount to pay now. This field can't be higher than Base Price.

Same as the sell vehicle function, the customer will be able to accept (or decline) your offer, and select their payment method.

The script will return the rented vehicle to the dealership on the first server restart after the return date.