qbx_medical

in qbx_medical/client/death.lua CTRL + F and look for:

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

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

in qbx_medical/client/wounding.lua CTRL + F and look for:

  • replace whole thread this:

in qbx_medical/client/wounding.lua CTRL + F and look for:

line somewhere around 157

  • replace whole thread with this

in qbx_medical/client/damage.lua CTRL + F and look for:

line somewhere around 223

  • replace whole thread with this

Last updated