|
1 | | -# Dispatch Systems |
| 1 | +# DispatchSystem |
| 2 | + |
| 3 | +Discord: |
2 | 4 |
|
3 | 5 | [](https://discord.gg/ZcTayce) |
4 | 6 |
|
5 | | -> Dispatch Systems is a CAD/MDT system for ingame FiveM use, this is not a permenant solution, but it works for free. This is an open source free project courtesy of BlockBa5her (the coder). It is free for anyone to use, as long as they do not re-distribute the software under their own name. It does not store data in CouchDB and MySQL so EssentialMode is not needed. It stores all of the player's information in the RAM of the computer, so the next restart of the server clears all of the names that it has stored. It now also comes with database settings for saving Civilian Profiles and Vehicles to 2 files. |
| 7 | +## Summary |
| 8 | + |
| 9 | +Dispatch Systems is a CAD/MDT system for ingame FiveM use, this is not a permenant solution, but it works for free. This is an open source free project courtesy of BlockBa5her (the coder). It is free for anyone to use, as long as they do not re-distribute the software under their own name. It does not store data in CouchDB and MySQL so EssentialMode is not needed. It stores all of the player's information in the RAM of the computer, but saves all of the data once the server is restarted. It now also comes with storage settings for saving Civilian Profiles and Vehicles in a file. |
6 | 10 |
|
7 | 11 | ## Uses |
8 | 12 |
|
|
14 | 18 | * C# with open source code |
15 | 19 | * Availability to everyone, not just people who pay |
16 | 20 | * Open for suggestions and always looking for more to add-on too |
17 | | -* Will always stay non-SQL/CouchDB based for easy use (with included database settings) |
| 21 | +* Will always stay non-SQL/CouchDB based for easy use (with included storage settings) |
18 | 22 |
|
19 | 23 | ## Pictures |
20 | 24 |
|
|
26 | 30 | <a href="https://i.gyazo.com/78258256b01b67ce32d8bbe602b20866.png"><img src="https://i.gyazo.com/78258256b01b67ce32d8bbe602b20866.png" width="500" alt="Tickets and Notes"></img></a> |
27 | 31 | <a href="https://i.gyazo.com/e4b5ce6ca98c82fcc85739443037922e.png"><img src="https://i.gyazo.com/e4b5ce6ca98c82fcc85739443037922e.png" width="500" alt="Dispatch Main"></img></a> |
28 | 32 | <a href="https://i.gyazo.com/b9578ed701735082606ca0fe140317f2.png"><img src="https://i.gyazo.com/b9578ed701735082606ca0fe140317f2.png" width="500" alt="Dispatch BOLO"></img></a> |
| 33 | +<a href="https://i.imgur.com/a0WEauz.png"><img src="https://i.imgur.com/a0WEauz.png" width="500" alt="Civ menu display"></img></a> |
| 34 | +<a href="https://i.imgur.com/h6waE4d.png"><img src="https://i.imgur.com/h6waE4d.png" width="500" alt="Leo menu display"></img></a> |
29 | 35 |
|
30 | 36 | ## Commands |
31 | 37 |
|
32 | | -### ---Civilian Commands--- |
33 | | - |
34 | | -* `/civ` - Opens the civilian NUI menu In-game |
35 | | - |
36 | | -### ---Police Commands--- |
37 | | - |
38 | | -* `/leo` - Opens the officer NUI menu In-game (Can be used to for other emergency personel) |
| 38 | +* `/dsciv` - Opens the civilian NUI menu In-game |
| 39 | +* `/dsleo` - Opens the officer NUI menu In-game (Can be used to for other emergency personel) |
| 40 | +* `/dsdmp` - Dumps all of the info of DispatchSystem into a file labeled `dispatchsystem.dmp` in the root directory, please only use if DispatchSystem is not working properly. |
39 | 41 |
|
40 | 42 | ## In the works |
41 | 43 |
|
42 | 44 | 1. Arrest ability - `/arrest {first} {last}` arrests a ped and show it in the system |
43 | 45 | 2. Warrant Types - `/warrant {type}` have different types of bench warrants and also a toggle for outstanding |
| 46 | +3. Bug fixes - There seems to be a lot of bugs that popped up in v2.0 of DispatchSystem, I'm hard at working trying to fix all of them |
0 commit comments