08.02.2016, 19:29
This will fix all your problems.
pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
if(IsPlayerConnected(killerid) && reason < 46)
{
//Your code here
}
return 1;
}