25.07.2010, 12:53
Hey guys.
Why doesn't this just work.
Why doesn't this just work.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
kills[killerid] ++;
deaths[playerid] ++;
return 1;
}