Jump to content

Home

differences between seta and set


sinoth

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...