Posts: 2,286
Threads: 18
Joined: Jun 2010
Code:
SetPlayerHealth(playerid,health-90);
That will decrease the HP of a player by 90, but the HP would already be decreased by native SA:MP damage, so the damage would be like 120 in total, while the maximum HP of a player (Unset) is 100.