Page cover

๐Ÿ’“Low Health Anim

Sintic Low Health Anim Documentation

INSTALLATION

STEP 1 - Drag And Drop

Drag sin-lowhealthanim into your resources folder.

STEP 2 - Start the script in server.cfg

start sin-lowhealthanim

Configuration

Config['LowHealthAnim_Setup'] = {

    ['UseDefualtSystem'] = true, ---<<- if you going to use exports i am recommed to false this.
    ['DefualtSystemCheck'] = 1000, ---<<- every milliseceonds checking player stauts
    ['DefualtHealth'] = 175, ---<<- when player health < 180 then Activating Low Health Anim
    ['DefualtAnims'] = 2, ---<<- how many times heart pulse showing

    ['AnimLoop'] = 2000, ---<<- after player health is low then when player running or sprinting automaticaly showing anim (dealy)
    ['ShakeCam'] = 0.10, ---<<- camera shaking effect

}

Exports

You can use exports to start animation.

Here is Code for Start Animation one time.
exports['Sin-LowHealthAnim']:StartLowHealthAnim(1)
Here is Code for Start Animation two times.
exports['Sin-LowHealthAnim']:StartLowHealthAnim(2)

Last updated