Checking which team has higher score.
#2

pawn Код:
if(team1 > team2) {
    //t1 has the lead
} else if(team2 > team1) {
    //t2 has the lead
} else {
    //draw
}
Add points OnPlayerDeath
Reply


Messages In This Thread
Checking which team has higher score. - by JaKe Elite - 30.01.2014, 11:19
Re: Checking which team has higher score. - by Misiur - 30.01.2014, 11:23
Re: Checking which team has higher score. - by CuervO - 30.01.2014, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)