14.02.2012, 19:35
Yes you could use SetPlayerHealth and GetPlayerHealth. 

pawn Код:
new Float:health;
GetPlayerHealth(Target,health);
SetPlayerHealth(Target, health -25);