We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title explains: Move stress from qbx_hud to qbx_core
Move stress functions from qbx_hud to qbx_core.
No response
The text was updated successfully, but these errors were encountered:
You can already manipulate the stress values directly as in the example below. Are you referring to the stress effects like screen blur etc?
local player = exports.qbx_core:GetPlayer(source) local stress = Player(source).state.stress player.Functions.SetMetaData('stress', stress + newstress)
Sorry, something went wrong.
yes, the effects
No branches or pull requests
The problem
As the title explains: Move stress from qbx_hud to qbx_core
Ideal solution
Move stress functions from qbx_hud to qbx_core.
Alternative solutions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: