Exports

Client Exports

Dispatch

Example Usage

local data = {
  caller = 'ESTA', 
  coords = cache.coords,
  priority = "A" ,
  callmessage = "I need help!", 
  cadmessage = "I need help! My dad slapped my mom!"
}
exports['stevo_cad']:dispatch(data)

CALLER: Caller name in cad (eg. ESTA)
COORDS: Coords you want the call to come from. (eg. inside bank, or player coords)
PRIORITY: Priority of call (eg. A, B, C)
CALLMESSAGE: Message that displays on the onscreen notification.
CADMESSAGE: Message that displays on the call message in the cad.

Last updated