Stevo Scripts
  • Stevo Scripts
  • stevo lib
    • ๐Ÿ“šstevo_lib
      • Functions
        • Client Functions
        • Server Functions
      • Businesses
        • Logs
        • Server Functions
      • Skills
        • Server Functions
  • PAID SCRIPTS
    • ๐Ÿ”ซstevo_claiming
      • Installation
      • Dependencies
    • ๐Ÿš—stevo_dmv
      • Installation
        • Items
      • Dependencies
      • Exports
    • ๐Ÿ‘ฎstevo_police
      • Installation
      • Exports
      • Dependencies
    • ๐Ÿ”“stevo_prison
      • Installation
        • Items
      • Dependencies
      • Config
      • Exports
    • ๐Ÿ’ฐstevo_supporter
    • ๐Ÿš stevo_vendors
      • Installation
      • Configuration
      • Dependencies
    • ๐Ÿขstevo_dealerships
      • Installation
      • Dependencies
      • Adding Vehicles
  • FREE SCRIPTS
    • ๐Ÿ“ฆstevo_cayocrates
      • Installation
      • Dependencies
    • ๐Ÿช“stevo_chopshop
      • Installation
      • Dependencies
    • ๐Ÿ›‚stevo_citizenship
      • Installation
      • Dependencies
    • ๐ŸŒฑstevo_drugsell
      • Installation
      • Dependencies
    • ๐Ÿ“‹stevo_feedback
      • Installation
      • Dependencies
    • ๐ŸŽstevo_fruitpicking
      • Installation
        • Items
      • Dependencies
    • ๐Ÿ‘ฎโ€โ™€๏ธstevo_policebadge
      • Installation
        • Items
      • Dependencies
    • ๐Ÿ› ๏ธstevo_portablecrafting
      • Installation
        • Items
      • Dependencies
    • ๐Ÿงผstevo_portablemoneywash
      • Installation
        • Items
      • Dependencies
    • ๐Ÿš”stevo_jobgarages
      • Installation
      • Dependencies
    • ๐Ÿ‘ปstevo_trickortreat
      • Installation
        • Items
      • Dependencies
    • ๐Ÿ‡stevo_advancedvineyard
      • Installation
        • Items
      • Dependencies
    • ๐Ÿšจstevo_reports
      • Installation
      • Dependencies
    • ๐Ÿงนstevo_communityservice
      • Installation
      • Dependencies
Powered by GitBook
On this page
  • Client Exports
  • Dispatch
  1. PAID SCRIPTS
  2. stevo_police

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.
PreviousInstallationNextDependencies

Last updated 10 months ago

๐Ÿ‘ฎ