List of commands

Each command has its explanation on the right side, if any command does not work, you can check if you used its syntax correctly, you can later claim it in a ticket.

Command
Description

/mdv

Alternate command to /dv, this removes the closest car and sends it to impound.

/mdvall

Command that sends all OUT cars to impound.

/repairvehicle

Repair the nearby vehicle or the one you are currently sitting on.

/addJobVehicle

Add the car you are in to a job garage.

/deleteJobVehicle

Remove the work vehicle from a certain garage.

/creategaragemenu

Command to create garages, you must have the specific job.

/garagemenu

Command to modify the garage, only if you own the garage where you are.

/impound

Command 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.


How to execute commands using code

This step is very simple, you can use ExecuteCommand('command') anywhere in your code, but for this you should read the ExecuteCommand usage guide at the following link.

How to execute commands

Last updated