timnboys / dispatchsystem

A simple & free in-game MDT system for the FiveM framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dispatch Systems

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.

Uses

  • For a community just starting up and not having the money to pay for a CAD/MDT system that costs money
  • Easy use with long lasting terms
  • A great author that will always keep it updated
  • C# with open source code
  • Availability to everyone, not just people who pay
  • Open for suggestions and always looking for more to add-on too
  • Will always stay non-SQL/CouchDB based for easy use

Pictures

Click to view bigger image

Civilian Police BOLO Tickets and Notes Dispatch Main Dispatch BOLO

Commands

---Civilian Commands---

  • /newname {first} {last} - Set yourself as a new PED name in the system (clears all other information including wanted and vehicle)
  • /warrant - Toggles a warrant on your current PED
  • /citations {num} - Set the amount of citations that your PED has gotten in the past

---Vehicle Commands---

  • /newveh {plate} - Set's a plate as a new plate in the system
  • /stolen - Toggles a stolen status of the vehicle
  • /registered - Toggles the registration status of the vehicle
  • /insured - Toggles the insurance status of the vehicle

---Police Commands---

  • /2729 {first} {last} - Check the name of a person in the system
  • /28 {plate} - Check the plate of a vehicle in the system
  • /note {first} {last} {note} - Adds a note to a civilian
  • /ticket {first} {last} {amount} {reason} - Adds a ticket to a civilian
  • /notes {first} {last} - Displays all of the notes of a civilian
  • /bolos - Displays all current BOLOs
  • /bolo {desc} - Adds a new BOLO to the database
  • /ticket {first} {last} {amount} {reason} - Tickets a Civilian
  • /tickets {first} {last} - Displays all tickets for a Civilian

In the works

  1. Arrest ability - /arrest {first} {last} arrests a ped and show it in the system

  2. Warrant Types - /warrant {type} have different types of bench warrants and also a toggle for outstanding

  3. Database - A civilian database for storing civilians

  4. Permissions - Permissions for Civilians, Cops, and Disptachers

About

A simple & free in-game MDT system for the FiveM framework

License:GNU General Public License v3.0


Languages

Language:C# 100.0%