05.05.2012, 14:38 
	
	
	
		GetPlayerHealth does not return a value, it stores it in the second argument as a float, for example:
Hope that helps.
	
	
	
	
pawn Код:
new Float: health;
GetPlayerHealth(i, health);
SetPlayerHealth(i, health);


