03.05.2014, 12:33
not sure what you're trying to accomplish, but this is one way you could do it.
pawn Код:
if( tcount > acount )
{
// class 1 has more players than class 2.
}
else
{
// class 2 has more players than class 1.
}