committed by
GitHub
1 changed files with 17 additions and 18 deletions
@ -1,26 +1,25 @@ |
|||
sv_name "SERVERNAME" |
|||
sv_rcon_password "ADMINPASSWORD" |
|||
password "<password>" |
|||
password "" |
|||
sv_max_clients 12 |
|||
sv_port 8303 |
|||
sv_register 1 |
|||
sv_spamprotection 0 |
|||
sv_vote_map 1 |
|||
sv_warmup 10 |
|||
logfile "<logfile>" |
|||
addvote restart 10 |
|||
addvote exec dm.cfg |
|||
addvote exec ctf.cfg |
|||
addvote exec duel.cfg |
|||
addvote exec tdm.cfg |
|||
addvote "change_map ctf1" |
|||
addvote "change_map ctf2" |
|||
addvote "change_map ctf3" |
|||
addvote "change_map ctf4" |
|||
addvote "change_map ctf5" |
|||
addvote "change_map dm1" |
|||
addvote "change_map dm2" |
|||
addvote "change_map dm6" |
|||
addvote "change_map dm7" |
|||
addvote "change_map dm8" |
|||
addvote "change_map dm9" |
|||
add_vote "RESTART IN 10s" "restart 10" |
|||
add_vote "Gamemode: DM" "exec dm.cfg" |
|||
add_vote "Gamemode: CTF" "exec ctf.cfg" |
|||
add_vote "Gamemode: TDM" "exec tdm.cfg" |
|||
add_vote "Gamemode: TDM (DUEL)" "exec duel.cfg" |
|||
add_vote "Map: ctf1" "change_map ctf1" |
|||
add_vote "Map: ctf2" "change_map ctf2" |
|||
add_vote "Map: ctf3" "change_map ctf3" |
|||
add_vote "Map: ctf4" "change_map ctf4" |
|||
add_vote "Map: ctf5" "change_map ctf5" |
|||
add_vote "Map: dm1" "change_map dm1" |
|||
add_vote "Map: dm2" "change_map dm2" |
|||
add_vote "Map: dm6" "change_map dm6" |
|||
add_vote "Map: dm7" "change_map dm7" |
|||
add_vote "Map: dm8" "change_map dm8" |
|||
add_vote "Map: dm9" "change_map dm9" |
|||
|
Loading…
Reference in new issue