Forum
The New Updates A Question!
Created 24th May 2009 @ 18:46
Add A Reply Pages: 1
Servers
* Added “sv_allow_voice_from_file” convar, which defaults to 1. When set to 0, it’ll prevent clients from using the “voice_inputfromfile” feature to broadcast wav files over voice
* Enabled “sv_allow_wait_command” convar, which defaults to 1. When set to 0, it’ll prevent clients from using the “wait” command
****************************************************************
Ok here is the question, it says allow wait command defaults to 1 but yet on my server it says command Wait unknown.
Anyone ones else have this issue? Do u need to add the command to the server.
E.G sv_allow_wait_command 1
Is this allowed to be used for ETF2L as i use it for my jump scripts which i recently found and they are most usefull.
Thanks
Shrew
****************************************************************
Never mind answered it myself.
http://daykiller.de/etf2l/etf2l.cfg
Set to 0 in ETF2L.cfg unless this is an unofficial ETF2L CFG?
alias wait10 “wait;wait;wait;wait;wait;wait;wait;wait;wait;wait”
sv_allow_wait_command 0
nice
sv_allow_wait_command 0 has always been in the ETF2L cfg.
And the “wait10” thing has never been needed.
sv_allow_wait_command 0 is telling the clients that wait is not a valid command.
Where as wait10 is tell the server to wait.
But I think in source engine you can specify a value after wait to tell it how many times to wait? i.e. wait 10 instead of making an alias wait10.
Add A Reply Pages: 1