Posts: 170
Threads: 39
Joined: May 2011
Reputation:
0
How to Count Total Kills of each Team?
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
In OnPlayerDeath
if (team[playerid] == team[killerid]) teamkills[killerid] ++;
Replace team with whatever system you use for teams
Posts: 170
Threads: 39
Joined: May 2011
Reputation:
0
How Can I Get Team Score High Onplayerdeath And Show The Highest Team Score To All?
Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
It's not that easy to show off how to make such systems, just think yourself - with variables & meditation you'll make it to the final!