Setup Dispatch

Do you want to implement dispatch event to your phone or other scripts? Follow below instructions

Dispatch trigger (Client Side)

TriggerEvent('op-mechanic:sendDispatch', description, job)

Example usage:

TriggerEvent('op-mechanic:sendDispatch', "Test Dispatch", "mechanic")

Last updated