⛓️Functions

Client

Vehicke Keys Menu

--  all player vehicles
Vehicles.VehickeKeysMenu()

--  Specific plate, 
Vehicles.VehickeKeysMenu('MONO 420', function()
  print('On Close menu or Set/remove key player')
end)

Item Car Keys Client

  • action = 'delete' or 'add' | string

  • plate = vehicle plate | string

  Vehicles.ItemCarKeysClient(action, plate)

Server

Give Item Key

  • source = player source | number

  • action = 'delete' or 'add' | string

  • plate = vehicle plate | string

Create Vehicle

Get Vehicle

Get Vehicle By Plate

  • retunr Vehicles.GetVehicle()

Get Vehicle Id

  • retunrvehicle from database

Get Vehicles from Identifier

Set Vehicle Owner Server

Set CarOwner Server

Vehicles.DelAllVehicles() Server

Vehicles.SaveAllVehicles() Server

  • true/false to delete vehicles

Vehicles.PlateExist() Server

  • return boolean

## Vehicles.GeneratePlate() Server

  • return plate string

Last updated