mRcOOL
-
Posts
11 -
Joined
-
Last visited
-
Days Won
1
Reputation Activity
-
mRcOOL got a reaction from gaoesa in Snipers change to other class Omni-Bot
Solution (Tx to Palota)
The problem is on line 2363 in file global_scripts/utilities.gm
Server.MinClassCount[teamId][Util.SniperClass] = Server.MaxPlayers;
It can be fixed by replacing Server.MaxPlayers with any big number.
Server.MinClassCount[teamId][Util.SniperClass] = 99;