Scoreboard
#8

You set team for Textdraw2 which is not created, change to Textdraw0 or Textdraw1
also you check for team twice

pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
    if(gTeam[playerid]==TEAM_SURVIVORS) {
    GroveScore--; //otherwise punishment
    BallasScore++;
    }
    else{
    BallasScore--; //otherwise punishment
    GroveScore++;
    }
  }
with your version
else BallasScore++;
is useless cause it won't be ever executed, same as
else GroveScore++;
Reply


Messages In This Thread
Scoreboard - by BJaxx - 13.11.2010, 03:08
Re: Scoreboard - by Scenario - 13.11.2010, 03:19
Re: Scoreboard - by BJaxx - 13.11.2010, 03:23
Re: Scoreboard - by Scenario - 13.11.2010, 03:26
Re: Scoreboard - by BJaxx - 13.11.2010, 04:00
Re: Scoreboard - by Lorenc_ - 13.11.2010, 04:03
Re: Scoreboard - by BJaxx - 13.11.2010, 04:06
Re: Scoreboard - by gr56 - 13.11.2010, 05:40
Re: Scoreboard - by BJaxx - 13.11.2010, 06:52

Forum Jump:


Users browsing this thread: 6 Guest(s)