i have this code but idk how to read localplayer and this is not working
localPlayer = pm.r_int(proc, game_assembly + offsets.BaseEntity_TypeInfo.offset) health = pm.r_int(proc, localPlayer + offsets.BaseCombatEntity._health)
returns this
TypeError: Cannot convert python object to uint
i have this code but idk how to read localplayer and this is not working
localPlayer = pm.r_int(proc, game_assembly + offsets.BaseEntity_TypeInfo.offset)
health = pm.r_int(proc, localPlayer + offsets.BaseCombatEntity._health)
returns thisTypeError: Cannot convert python object to uint