Adding a custom dispatch
go to vrs-ambulance/client/modules/util.lua
and find the Dispatch
function. It should be on the first line
Find the second end from the end of the function
add elseif Config.Dispatch == "custom" then
on top of the end
It should look like this
Then, you just need to add exports or an event from your dispatch. Also, don't forget to set Config.Dispatch to custom
Not working? Join our discord and we'll help you
Last updated