mRcOOL Posted January 22, 2017 Share Posted January 22, 2017 What to do to keep the snipers in a Sniper map? Now they start as snipers and after a while the changed (after dying) to other class Quote Link to comment Share on other sites More sharing options...
mRcOOL Posted April 23, 2017 Author Share Posted April 23, 2017 (edited) What to do to keep the snipers in a Sniper map? Now they start as snipers and after a while the changed (after dying) to other classSolution (Tx to Palota)The problem is on line 2363 in file global_scripts/utilities.gmServer.MinClassCount[teamId][Util.SniperClass] = Server.MaxPlayers; It can be fixed by replacing Server.MaxPlayers with any big number.Server.MinClassCount[teamId][Util.SniperClass] = 99; Edited April 23, 2017 by mRcOOL gaoesa 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.