Advertisement
cnl_cnl_cnl

Untitled

Sep 14th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for _,v in pairs(msdp.GROUP) do
  2.  
  3.  
  4. if v.NAME == m.tank then
  5. m.tank_hp = tonumber(v.HITPOINTS)
  6. m.tank_hpMax = tonumber(v.MAX_HITPOINTS)
  7. m.tank_hpNeed = m.tank_hpMax - m.tank_hp
  8. m.tank_status = v.STATUS
  9.  
  10. end
  11.  
  12.  
  13. end
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement