mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-13 00:24:22 +00:00
ebc9da7318
- Move ENSL Packge to pkg - Update dockerfile to work - Add more base amxx files
19 lines
No EOL
426 B
INI
19 lines
No EOL
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." |