Server Side
Last updated
If you're looking for Other Data then listed Here and in Client-Side Exports - Feel free to contact us on our Discord Server!
jobName: string
header: string
desc: string
color: red | yellow | green
icon: font awesome icon
coords: vec4
exports['op-ambulancemdt']:SendDispatchAlert(jobName, header, desc, color, icon, coords)playerId: number
newStatus: offduty | active | busy
exports['op-ambulancemdt']:changePlayerDuty(playerId, newStatus)Last updated