sinoth Posted May 9, 2002 Share Posted May 9, 2002 On the following lines: -- seta sv_maxclients 4 sv_maxRate 10000 set timelimit 20 -- What is the difference between set and seta? When should each be used? Also, why does sv_maxRate not need set or seta? Thanks for the input Link to comment Share on other sites More sharing options...
MatrixCPA Posted May 9, 2002 Share Posted May 9, 2002 set = set cvar seta = set cvar and archive in jk2mpconfig.cfg sets = set cvar and include in serverinfo query reply It is common to use seta for most everything except serverinfo items and map rotation items. Use sets for serverinfo (Administrator, Email, URL, Connection, etc) and set for map rotations. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.