HexscriptsPhone AppsDispatch App
Events
This section lists all client-side and server-side events in this script. Events allow you to add custom listeners that capture and respond to actions triggered by this script.
Note
If you need additional events for your implementation, please open a ticket on our Discord server.
Client Events
hex_lb_dispatchapp:createDispatch
This event allows you to create a dispatch for a specific job with a custom message.
TriggerServerEvent("hex_lb_dispatchapp:createDispatch", {
job = "ambulance",
message = "Medical Emergency"
})Server Events
No server events are available at the moment.