Server Events

Add Stress

With this event you can add some stress to the player.

-- value: number for example 8.0
TriggerEvent('vms_hud:addStress', source, value)

Remove Stress

With this event you can remoove some stress to the player.

-- value: number for example 8.0
TriggerEvent('vms_hud:removeStress', source, value)

Last updated

Was this helpful?