18.10.2013, 22:29
Thanks you guys - I appreciate your comments, any more feedbacks about this works? After reading the code, I've see a mistake :
pawn Код:
// I get player hp-armour and not killer hp-armour, so :
// change :
GetPlayerHealth(playerid,kHP), GetPlayerArmour(playerid,kAP);
// to :
GetPlayerHealth(killerid,kHP), GetPlayerArmour(killerid,kAP);