Editable commands

Welcome to Editable commands

Remember that the /openlong command (L key) and the /movesmall command (U key) can only be used with the small dispatch menu open.

Default (unchangeable) commands can be configured in the config.lua file.

Config.Commands = {
     ["OpenLargue"] = "toggleopendispatch", -- Prefer not to change this
     ["OpenSmall"] = "togglesmalldispatch", -- Prefer not to change this
     ["MoveSmall"] = "movesmalldispatch", -- Command to move the small dispatch
     ["DisableSpeedRadar"] = 'disablespeedradar', -- Command to disable speed radar
     ["OpenMdt"] = 'openmdt' -- Command to open the police MDT
}

In the commands.lua file located in the client/custom/misc/ folder, you will find a list of commands that you can edit according to your needs. The available commands are:

Command

Usability

Description

police

/police message

Sends a dispatch call to the police (similar to /enterno)

ambulance

/ambulance message

Same thing but for medics.

mechanic

/mechanic message

Same thing but for mechanics.

panic

/panic message

Panic call sent by a police officer to all other police officers.

Last updated