Skip to content

FiveM Police dispatch system made by TORCHIZM for discord.gg/vlast

License

Notifications You must be signed in to change notification settings

torchizm/vlast-dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vlast-dispatch

FiveM Police old dispatch system made by TORCHIZM for discord.gg/vlast

  • Easy usage
  • Instant mark notification location on the map with [ALT] key
  • Succession system
  • Mark location of old notifications with popup menu
  • Built-In shots fired notifications

Notification Export:

local ped = PlayerPedId()
local playerPos = GetEntityCoords(ped)
local id = math.random(1, 99999)

data = {
    id = id,
    code = 1,
    description = "Ateş sesleri duyuldu",
    location = "55. Cadde",
    coords = playerPos
}
TriggerServerEvent("vlast-dispatch:add-notification", data, "police")

Notifications

Notifications

Popup Menu

Popup Menu

Code command with easy config

Code

Code command example

Example

About

FiveM Police dispatch system made by TORCHIZM for discord.gg/vlast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published