deaths not counting
#1

I have this in my script:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    GivePlayerMoney(killerid, 500);
  pInfo[killerid][kills]++;
  pInfo[playerid][deaths]++;

    return 1;
}
But when a player types /kill or just dies it doesn't count :S it stays at 0
Reply


Messages In This Thread
deaths not counting - by iStarzz - 21.05.2010, 11:54
Re: deaths not counting - by Mr L - 21.05.2010, 11:56
Re: deaths not counting - by Calgon - 21.05.2010, 11:57
Re: deaths not counting - by iStarzz - 21.05.2010, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)