Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		Hello,
Is there a way to know if the player has a health of like 4000? GetPlayerHealth gives me like health mod 256. =/
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		The health needs to be 2000-9000, the question is if it's possible to read the current health.
My idea is to check whenever the health goes up and remove 256 from the display value (well sorta, you get what I mean). But that will prolly not be accurate.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		If you use that command when the health is 1523 for example, then it shows 243. THAT'S my problem.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 988
	Threads: 9
	Joined: Jul 2006
	
Reputation: 
0
	 
 
	
	
		It's maxxed to 255..And you can do nothing against that.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		First I'm setting it to 4000, then checking until it reaches 0. Well that's how it's supposed to work.