1. What is the variable of the item entity to get health?
    I tried item.health, item.info.health, item:Health() or item:GetHealth() or item.Health nothing worked.

    Can anyone help me?
     
  2. Decompile the Dlls you'll find everything you need..
     
  3. item.condition, item.hasCondition, item.maxCondition
     
  4. Thanks man ;)