28.10.2014, 17:54
Try this:
pawn Код:
new Float: health;
GetPlayerHealth(killerid, health);
SetPlayerHealth(killerid, health+15);

