πŸ–₯️nova_mdt

NOVA Framework Mobile Data Terminal. A comprehensive law enforcement interface for managing operations, arrests, fines, reports, and department resources.

Features

  • Dashboard β€” Overview board with department information

  • Citizen Lookup β€” Search citizens by name or ID

  • Arrest System β€” Process arrests with charges and jail time

  • Fine System β€” Issue fines with preset amounts

  • Warning System β€” Issue warnings to citizens

  • Reports β€” Create, view, and manage incident reports

  • Wanted List β€” Manage wanted persons

  • Seized Vehicles β€” Track seized/impounded vehicles

  • Penal Code β€” Reference penal code with charges and penalties

  • Medals β€” Award and track officer medals

  • Units β€” See active units/officers on duty

  • Department Management β€” Recruit, promote, dismiss officers

  • Department Bank β€” Deposit, withdraw, transfer funds with tax

  • Avatar Upload β€” Upload officer photo via Discord or Fivemanage

  • Operations β€” Plan and coordinate operations with map locations

Configuration

Edit config.lua:

Hierarchy Levels

Each grade maps to a permission level. Higher levels unlock more features:

Level
Actions Available

1

View dashboard, warnings

2

Arrests, fines, reports, seize vehicles

3

Wanted list, operations

4

Bank management, medals

5

Recruit, promote officers

6+

Dismiss officers, full control

Commands

Command
Description

/mdt or F11

Open the MDT interface

Dependencies

  • nova_core β€” Job system, player data

  • oxmysql β€” Database operations

Notes

  • Only players with jobs in Config.AllowedJobs can access the MDT

  • The bank tax system discourages frequent small transactions

  • Operations can have map markers visible to all on-duty officers

  • The MDT uses a professional dark-themed NUI with department branding

  • Avatar uploads support Discord CDN or Fivemanage hosting

Security

  • All actions are validated server-side with permission checks

  • Event names and internal implementation details are not disclosed in this documentation for security purposes

  • Unauthorized access attempts are logged

Last updated