Documentation
  • 📄TeamsGG Documentation
    • Common Errors
  • Paid Scripts
    • 📱Phone
      • 🧠Installation
      • 🦄Unique phones
      • 💿Configure
        • 💄Additional Features
        • 📸Camera
        • 🍏Apps
        • 🪵Logs
        • 🖼️Media Customization
        • 🗣️Multi-Language Support
        • 🗃️SIM Cards
        • 🚗Valet System
      • ⏭️Exports
        • Client side
          • 👁️‍🗨️General
          • ☀️Groups
          • 🏢Companies
          • 🔧Misc
        • Server side
          • 🆔Identify Player
          • ☎️Sim Cards
          • ☀️Groups
          • 🌐Cell Broadcast
          • 💸YPay
          • 📧Mail
          • 📪Notifications
          • 📵Screen Damage
          • 🔧Misc
      • 🪛Commands
      • 🍎Custom apps
    • ☎️Boomer Phone
      • 🧠Installation
      • 🦄Unique phones
      • ⏯️Exports
        • Client side
    • 🏠Properties
      • 🧠Installation
      • 💿Configure
      • 🐚Add More Shells
      • ⏭️Exports
        • Client side
          • GetCurrentPropertyId
          • GetCurrentProperty
          • IsPointInsideProperty
          • OpenPropertyMenu
          • AddKey
          • RemoveKey
          • SetWaypointToProperty
          • GetAllProperties
          • GetKeyHolders
          • PoliceRaidDoor
        • Server side
          • GetAllProperties
          • AddKey
          • RemoveKey
          • ToggleDoorlock
          • GetPlayersInProperty
          • GetKeyHolders
          • DeleteProperty
          • AddStarterApartment
      • 👜State bags
    • 🏦Banking
      • 🧠Installation
      • ⏯️Exports
        • Client side
        • Server side
    • 💸Billing
      • 🧠Installation
      • ⏭️Exports
        • Client side
        • Server side
    • 📊Hud
      • 🧠Installation
      • ⏭️Exports
        • Client side
    • 📦Storage Units
      • 🧠Installation
Powered by GitBook
On this page
  • Configuration
  • Basic Valet Settings
  • Configuration Options
  • How Valet Works
  • Player Experience
  1. Paid Scripts
  2. Phone
  3. Configure

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

PreviousSIM CardsNextExports

Last updated 4 days ago

📱
💿
🚗