qbcore-framework / qb-hud

Player HUD System
45 stars 209 forks source link

Added Disable Job Stress #183

Closed BrokenGabe closed 1 year ago

BrokenGabe commented 1 year ago

Description

Updated this from my previous pull request to use a list of jobs to disable stress for. config.lua::Config.DisableJobStress{} -- will be the list for jobs to disable stress for.

I have tested this on the latest qbcore-framework/qb-hub with an up to date FiveM server

Checklist

Sharkiiie commented 1 year ago

Exists in PR #175 There is a possible performance issue here with iterating over the jobs table each time there is a stress check. Take a look at #175, using a table lookup would be more performant.

BrokenGabe commented 1 year ago

Okay updated -