123456789101112131415161718192021222324252627 |
- plugins = {
- lrcon = {
- quit_on_empty = true,
- cvars = {
-
- 'password', 'maxclients', 'timelimit', 'dmflags', 'sv_gravity', 'sv_iplimit', 'fraglimit',
- 'sv_anticheat_required',
-
- 'teamplay', 'ctf', 'matchmode', 'roundtimelimit', 'tgren', 'limchasecam', 'forcedteamtalk',
- 'mm_forceteamtalk', 'ir', 'wp_flags', 'itm_flags', 'hc_single', 'use_punch', 'darkmatch',
- 'allitem', 'allweapon', 'use_3teams'
- }
- },
- mvd = {
-
-
-
- }
- }
|