Quasar Store Logo

Commands and Exports

This section lists all available commands, exports, and events included in the script. You’ll find client-side, server-side, and shared functions designed to help developers integrate, extend, or interact with the system easily within their own scripts or frameworks.

Commands

This section lists all available commands included in the script. Each command is designed to simplify administration, player interaction, or debugging tasks. You’ll find detailed descriptions, usage examples, and permission requirements to help you manage and customize your server efficiently.

CommandDescription
/mdvAlternate command to /dv, this removes the closest car and sends it to impound.
/mdvallCommand that sends all OUT cars to impound.
/repairvehicleRepair the nearby vehicle or the one you are currently sitting on.
/addJobVehicleAdd the car you are in to a job garage.
/deleteJobVehicleRemove the work vehicle from a certain garage.
/creategaragemenuCommand to create garages, you must have the specific job.
/garagemenuCommand to modify the garage, only if you own the garage where you are.
/impoundCommand to send cars to an impound, have the specific job.
/givecar [id] [model] [plate]Command that will send a car to the selected player.
/giveboat [id] [model] [plate]Command that will send a boat to the selected player.
/giveplane [id] [model] [plate]Command that will send a plane to the selected player.
/garagecreatorCommand to open the garage creation menu.
/garagedecorateOpen the decoration options inside the personal garages.
/garagefurnitureOpen the in-game furniture creator.
/migratev5Migrate the database from version v4 to v5 (only console)





Client Exports

This section provides all available client exports for the script. These functions allow you to interact directly with the system from the client side, enabling custom features, UI interactions, and integrations with other resources. Each export includes a short description and usage example for easy implementation.

CreateGarage

OpenGarageMenu

RepairSpecificVehicle

RepairNearestVehicle

ImpoundVehicle





Server Exports

This section provides all available server exports for the script. These functions allow developers to interact with the system from the server side, manage data, trigger actions, and integrate with other resources. Each export includes a clear description and a practical example to simplify its implementation.

impound

GiveVehicle

RepairNearestVehicle

SpawnVehicle

setVehicleToPersistent

removeVehicleFromPersistent

updateVehiclePlate

updatePersistentVehicleProps