Do your civilians have hassle getting in contact with police? Do they stand on the desk for means too lengthy earlier than somebody realizes there’s a patron in want? Concern now not.
When civilians go to the police division, they could now ship a telephone notification to all on obligation law enforcement officials from the police dispatcher to request help on the division!
Download
Installation
Installation; Non-ThirdEye
- Copy td-policedesk into your resources folder.
- If you are running a non-English server, you may alter the locale in
Shared/Config.lua
.
Installation; ThirdEye
- Copy td-policedesk into your resources folder.
- If you are running a non-English server, you may alter the locale in
Shared/Config.lua
. - Open
td-policedesk/Shared/Config.lua
and ensure line 9 is as follows:TDPD.Config.ThirdEye = false
Installation; GhzGarage MDT & Linden OutlawAlert
The following instructions are only useful when using GhzGarages MDT and Linden OutlawAlert. If you are using another MDT and dispatch, you will have to alter the code.
- Open
linden_outlawalert/server.lua
and view the variable labeleddispatchCodes
. - Add the following:
officerAssistance = { displayCode="REQ", description = 'Officer Assistance', isImportant = 0, recipientList = {'police'}, blipSprite = 58, blipColour = 2, blipScale = 1.5, infoM = 'fa-hands-helping', infoM2 = 'fa-info' },
- Open
td-policedesk/Shared/Config.lua
and ensure line 67 is as follows:TDPD.Config.UsingMDT = true
Adding More Locations; Non-ThirdEye
- Find
TDPD.Config.Locations
intd-policedesk/Shared/Config.lua
. - Add more locations while following the format for MRPD.
Adding More Locations; ThirdEye
- Find
setupTargetExport()
intd-policedesk/Client/CL_Main.lua
. - You may add additional target locations while following the format for MRPD.
Dependencies
Overall
- qb-core
- qb-target (if using thirdeye)
Localization
Default: English; configurable.
Questions, Concerns, and Support
Feel free to open an issue on the Github repository if you have any issues!