03.01.2012, 19:21
Seems that problem is not here. Probably there is some check like
or
above the code you posted.
Anyway, if you still can't recognize your problem, show more code from OnPlayerDeath callback.
pawn Код:
if(playerid == killerid)
pawn Код:
if(playerid != killerid)
Anyway, if you still can't recognize your problem, show more code from OnPlayerDeath callback.