Commands

This page details all the commands available for managing and interacting with the garage system.

Player Commands

/mygarages

Description: Opens the player panel where you can view all your private garages, their locations, and currently stored vehicles. Permissions: Available to all players.

Police Commands

/impoundpanel

Description: Opens the impound management panel. This allows officers to view nearby vehicles and send them to a specific impound lot. Permissions: Restricted to jobs defined in Config.PoliceJobs.

Admin Commands

openGarageAdminMenu (Event)

Note: There is currently no direct command for the admin menu. Admins can open it by triggering the following event: TriggerEvent("kartik-garages:client:openGarageAdminMenu")

deleteVehicleInDatabase (Event)

Note: Permanently deletes a vehicle from the record based on its plate. TriggerEvent("kartik-garages:client:deleteVehicleInDatabase")

Last updated