02.07.2011, 09:07
Create an array:
Add this to OnPlayerDeath:
teamOverallKills[0] will display the kill count for team 1, while teamOverallKills[1] will display the kill count for team 2.
pawn Код:
new teamOverallKills[2];
pawn Код:
if(GetPlayerTeam(playerid) != GetPlayerTeam(killerid))
teamOverallKills[GetPlayerTeam(killerid)-1]++;