deaths not counting
#2

Use this:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    GivePlayerMoney(killerid, 500);
    pInfo[playerid][pDeaths] += 1;
    pInfo[killerid][pKills] += 1;
    return 1;
}
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)