05.04.2010, 08:24
Oh, that's simple...
Код:
public OnPlayerDeath(playerid, killerid, reason) { SetPlayerHealth(killerid,100); SetPlayerArmour(killerid,100); return 1; }