NextScripts
  • NextScripts Documentation
  • ESX Scripts
    • ✅Garage System
      • Installation
      • SQL
      • Configuration
        • Main Config
        • Blips Config
        • Commands Config
        • Zones Config
      • Events & Exports
        • Client
          • Deformation
          • getExtraData - Export
          • SpawnVehicle - Export
          • StoreVehicle - Export
          • isInAnyMarker - Export
          • impound - Export
          • pdimpound - Export
        • Server
          • Deformation
      • Commands
    • 🛠️Engine System
      • Installation
      • Configuration
      • Events & Exports
        • Client
        • Server
    • 🛠️Vehicle Lock
Powered by GitBook
On this page
  1. ESX Scripts
  2. Garage System
  3. Events & Exports
  4. Client

StoreVehicle - Export

Parameters Needed

Argument
Data Type
Explanation

vehicle

Vehicle Handle

The Vehicle

vehicleProps

Array (GetVehicleProperties)

This can be nil because when its nil it will save its self the current state

noNotify

bool

if true then is there no your vehicle has been stored message.

Example Usage

exports["ns_garagesystem"]:StoreVehicle(vehicle, vehicleProps, noNotify)
PreviousSpawnVehicle - ExportNextisInAnyMarker - Export

Last updated 1 year ago

✅