πŸš—Valet System

The Valet system allows players to retrieve their vehicles directly from their phone without having to visit physical garage locations. This provides convenience and enhances the roleplay experience.

Configuration

Basic Valet Settings

Configure the Valet functionality in config/config.garages.lua:

Config.Valet = {}
Config.Valet.Enabled = true  -- Allow players to get their vehicles from the phone
Config.Valet.Price = 100     -- Price to get your vehicle from the valet

Configuration Options

Option
Type
Description
Default

Enabled

boolean

Enable/disable valet functionality

true

Price

number

Cost to retrieve vehicle via valet

100

How Valet Works

Player Experience

  1. Access: Players open their phone and navigate to the Garage app

  2. Selection: Choose a vehicle from their owned vehicles list

  3. Payment: Pay the valet fee (if configured)

  4. Delivery: Vehicle is delivered by an NPC to the player's location

Last updated