Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 06/18/26 in all areas

  1. I've fixed the problem and committed it to SVN. I use this short command to print values: Commands["p"] = function(_params) { ExecCommand("script_run print(" + _params[0] + ")"); }; \bot p Map.liftStatus
    2 points
  2. I've fixed another problem and committed it to SVN.
    1 point
  3. ClassCount is internal property and it should never be used in map scripts. If there are goals for satchel, you should change MinClassCount. Server.MinClassCount[TEAM.AXIS][CLASS.COVERTOPS] += 1; If there are not enough BUILD goals, you should also decrease MinClassCount for engineer. Server.MinClassCount[TEAM.AXIS][CLASS.ENGINEER] = 1;
    1 point
×
×
  • Create New...