So it's been a while since I setup a match server, and I finally got one going on my VDS but the lo3 config does not seem to be working properly. It works, but it doesn't wait between round restarts. I keep getting:
Unknown command "wait"
This is the config:
//Official CAL CS:Source Live On Three Config
//This is to be used during all offical CAL matches
//To use this config you type "exec lo3.cfg" in console
//To report any problems email ruth@caleague.com
alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
alias "wait50" "wait10; wait10; wait10; wait10; wait10"
alias "wait100" "wait50; wait50"
alias "wait500" "wait100; wait100; wait100; wait100; wait100"
alias "wait1000" "wait500; wait500"
say "lo3.cfg executed";
say lo3
wait100
mp_restartgame 1
wait50
exec calcss.cfg
wait100;wait100;wait50
say lo2
mp_restartgame 1
wait100;wait100;wait100
say lo1
mp_restartgame 3
wait100;wait100;wait100;wait100;
say "->-- LIVE --<-";
say "-->- LIVE -<--";
say "---> LIVE <---";
Did the OB update remove the normal wait command? Because other match servers still have a working config for it.
Source "wait" command
- rlm850
- This is my homepage
- Posts: 141
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Dec 10, 2009 12:17 am
- Location: Staten Island, NY
- Contact:
Re: Source "wait" command
That's correct, "wait" no longer works in OB.
Were the other servers using zBlock's "zb_lo3" command?
Were the other servers using zBlock's "zb_lo3" command?
- rlm850
- This is my homepage
- Posts: 141
- Joined: Thu Dec 10, 2009 12:17 am
- Location: Staten Island, NY
- Contact:
Re: Source "wait" command
Hmm, just read around league forums and found that executing the cevo config the same time as zb_lo3 works. All is good now 
