sintic

Sintic Low Health Anim Config

Jul 26th, 2023
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | Gaming | 0 0
  1. -- Sintic Low Health Anim Config
  2.  
  3. Config['LowHealthAnim_Setup'] = {
  4.  
  5.     ['UseDefualtSystem'] = true, ---<<- if you going to use exports i am recommed to false this.
  6.     ['DefualtSystemCheck'] = 1000, ---<<- every milliseceonds checking player stauts
  7.     ['DefualtHealth'] = 175, ---<<- when player health < 180 then Activating Low Health Anim
  8.     ['DefualtAnims'] = 2, ---<<- how many times heart pulse showing
  9.  
  10.     ['AnimLoop'] = 2000, ---<<- after player health is low then when player running or sprinting automaticaly showing anim (dealy)
  11.     ['ShakeCam'] = 0.10, ---<<- camera shaking effect
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment