View Single Post
XiLuo
Member
Join Date: Mar 2018
Old 01-04-2019 , 20:52   Re: m_iMaxHealth is NOT WORKING! ON TF2
Reply With Quote #8

try this
PHP Code:
SetEntData(clientFindDataMapOffs(client"m_iMaxHealth"), 10004true);//set max health 1000
SetEntData(clientFindDataMapOffs(client"m_iHealth"), 10004true);//set now health 1000 
XiLuo is offline