Points!
#2

Here's an example :
I'll also assume that you use gTeam

pawn Код:
new team1, team2;

public OnPlayerDeath(playerid, killerid, reason)
{
 
  if(gTeam[killerid] == team_one)
  {
    team1++;
  }
  else if(gTeam[killerid] == team_two)
  {
    team2++;
  }
  return 1;
}
If you get my what I mean.
Reply


Messages In This Thread
Points! - by krisis32 - 30.07.2010, 16:54
Re: Points! - by ViruZZzZ_ChiLLL - 30.07.2010, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)