qb-ambulancejob

in qb-ambulancejob/client/death.lua CTRL + F and look for:

AddEventHandler('gameEventTriggered', function(event, data)
  • at the beginning of the function add following:

  • if LocalPlayer.state.inDeathmatch == true then return end
  • Your event should look like this:

in qb-ambulancejob/client/main.lua CTRL + F and look for :

  • replace whole thread with this:

Last updated