mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-12-03 17:42:06 +00:00
19 lines
426 B
INI
19 lines
426 B
INI
|
// PCW settings
|
||
|
|
||
|
exec "server.cfg"
|
||
|
hostname "Servername [PCW Mode]"
|
||
|
|
||
|
// Run recommended PCW settings
|
||
|
amx_enslcfg pcw
|
||
|
|
||
|
// Failsafe settings in case plugin is disabled
|
||
|
mp_timelimit 0
|
||
|
mp_tournamentmode 1
|
||
|
sv_password "europe"
|
||
|
|
||
|
// Uncomment if you'd like to block ref access during pcws
|
||
|
//ensl_refaccess 0
|
||
|
|
||
|
// Set mapchangecfgfile and echo
|
||
|
mapchangecfgfile pcw.cfg
|
||
|
say "[IMPORTANT] PCW settings loaded. Not suitable for officials."
|