Help with sheriff and highway not getting callouts

So I have esx_policejob and esx_sheriff and esx_highway. The police works fine in game, they get all the callouts and what not, but when i change my job to sheriff or highway no callouts come on my screen and i also cant access the boss menu. Here is where i downloaded sheriff and highway. 3 ESX Police job scripts (esx_highway, esx_sheriff, esx_statetrooper)
Here are the configs for both esx_policejob and esx_sheriff. This is where I got the esx_policejob from, GitHub - ZAD4YTV/esx_policejob: Police Job for ESX Servers. Based of the esx_policejob of ESX_Framework and esx_sheriffjob of CptSpeedy.
police config.lua (11.8 KB)
sheriff config.lua (10.1 KB)
There are also NO errors in console!

What script are the calls coming from?

This is probably caused by the fact that the script only sends the notice to people with the job police.

You will have to add an or in the if:

if job == "police" or job == "sheriff" or job == "statetrooper" then
    --code
end

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.