I think so on condition:
Quote:
Info:
Plugin balances teams trying to keep teams equals by players counts.
Takes into account: players counts, spectators, hltv.
Transfers last connected player or player with least score.
Plugin works only if mp_teamplay is 1 and mp_teamlist is set.
Correctly works with any amount of teams and any team names.
|
If it's ok, try to add in this line:
PHP Code:
if (equal(cmd, "spectate"))
to
PHP Code:
if (equal(cmd, "spectate") || equal(cmd, "model"))
__________________