ERS commands
-- Shift
ToggleShift = "F11", -- Button to toggle shift on/off.
-- Callouts
AcceptCallout = "Y", -- Button to accept an offered callout.
CompleteCallout = "X", -- Button to complete currently active callout.
TrackUnit = "E", -- Button to track a unit responding to a callout when offered by the system to track.
RadialMenu = "Z", -- Button to open radial menu for NPC backup requests.
PullOver = "LSHIFT", -- Button to attempt to pull someone over.
PullOverMode = "U", -- Button to change pull over mode (when a vehicle was targeted for pullover)
-- User Interface
ToggleCalloutInfo = "PAGEDOWN", -- Toggles the callout interface on/off screen, when attached to a callout.
ToggleDispatchMessages = "", -- Toggles dispatch messages when on shift.
-- Ped Interaction -- "" to use no default hotkey and let clients set it themselves if they like. Otherwise use the command.
InteractWithPed = "E", -- Button to interact with a ped.
OrderOnKneesOrStandUp = "E", -- Button to order a ped to knees/stand up whilst aiming at the ped or stop / release an animal.
CleanupObject = "E", -- Button to clean up nearby callout spawned objects.
ImpoundInteract = "E", -- Button to interact with the impound ped.
GearInteract = "E", -- Button to interact with the gear ped.
-- Stretcher Interaction
GrabStretcher = "E", -- Button to grab and release a stretcher (E by default).
LowerStretcher = "DOWN", -- Button to lower the stretcher you're using (ARROW DOWN by default).
RaiseStretcher = "UP", -- Button to raise the stretcher you're close to (ARROW DOWN by default).
InteractWithStretcherAndVeh = "H", -- Button to take/put stretcher from/into vehicle. (H by default.)
DropOffPedAtHospital = "RETURN",-- Button to drop off a ped at a hospital when on a stretcher being strolled. (ENTER by default)
GetOnOrOffStretcher = "L", -- Button to get on or off a stretcher. (L by default.)
-- Spikestrips
TakeOutOrPutAwaySpikestripFromVehicle = "E", -- Button to take out or put away a spikestrip from a vehicle.
DeployOrPickupSpikestrip = "UP", -- Button to deploy or pickup a spikestrip.
-- Vehicle Search
SearchVehicle = "O", -- Button to search a vehicle.
-- Pursuit Mode
CancelPursuit = "", -- Button to cancel the pursuit. (Empty by default)
PursuitRadialMenu = "B", -- Button to open the pursuit backup radial menu.
ZoomInOnPursuitTarget = "H", -- Button to zoom in on the pursuit target.
-- Tow Tools
ConnectClosestVehicle = "", -- Button to connect the closest vehicle to the towing vehicle. (None by default)
-- Redisplay Last Module
RedisplayLastModule = "TAB", -- Button to redisplay the last shown module (ID card, vehicle info, or inventory).
},
Commands = {
-- Callouts
ToggleShift = "toggleshift",
ToggleCallouts = "togglecallouts",
AcceptCallout = "acceptcallout",
RequestCalloutManually = "requestcallout",
StopTrackingUnit = "stoptracking",
CompleteCallout = "completecallout",
RequestAmbulance = "requestambulance",
CancelAmbulance = "cancelambulance",
RequestPolice = "requestpolice",
CancelPolice = "cancelpolice",
RequestTaxi = "requesttaxi",
CancelTaxi = "canceltaxi",
RequestTow = "requesttow",
CancelTow = "canceltow",
RequestRoadService = "requestroadservice",
CancelRoadService = "cancelroadservice",
RequestCoroner = "requestcoroner",
CancelCoroner = "cancelcoroner",
RequestAnimalRescue = "requestanimalrescue",
CancelAnimalRescue = "cancelanimalrescue",
RequestMechanic = "requestmechanic",
CancelMechanic = "cancelmechanic",
RequestFire = "requestfire",
CancelFire = "cancelfire",
RadialMenu = "ersradialmenu",
PullOver = "pullover",
PullOverMode = "pullovermode",
InteractWithPed = "interact",
CleanupObject = "broom",
SpawnStretcher = "spawnstretcher",
DeleteStretcher = "deletestretcher",
GrabStretcher = "grabstretcher",
LowerStretcher = "lowerstretcher",
RaiseStretcher = "raisestretcher",
InteractWithStretcherAndVeh = "vstretcher",
DropOffPedAtHospital = "dropoffped",
TrackUnit = "track", -- Syntax: /track [userServerId]
TakeOutOrPutAwaySpikestripFromVehicle = "grabstinger",
DeployOrPickupSpikestrip = "stinger",
GetOnOrOffStretcher = "stretcher",
ImpoundInteract = "impound",
GearInteract = "gear",
SearchVehicle = "searchveh",
ZoomInOnPursuitTarget = "zoompursuit",
PursuitRadialMenu = "pursuitbackup",
CancelPursuit = "cancelpursuit",
Comments 1