exports.tk_mdt:openUI(page)
Open UI, doesn't check for item.
page: 'police' 'ambulance' 'citizen' 'report'
'police'
'ambulance'
'citizen'
'report'
exports.tk_mdt:addCall(data)
Adds a call to the map view for either police or EMS.
data: table
table
title: string
string
time?: number how long to wait before removing the call (in milliseconds), default 5 minutes
number
callsign?: string
gender?: boolean should player's gender be in included the call info
boolean
vehicle?: boolean should player's vehicle be in included the call info
weapon?: boolean should player's weapon be in included the call info
type: 'police' 'ambulance'
Creates a police report.
content: string
hideName?: boolean
hidePhoneNumber?: boolean
Last updated 4 months ago
exports.tk_mdt:createPoliceReport(data)