We've noticed that some semiadmin commands no longer work for ETPro 3.2.1 (while others still do their job). For instance, "timelimit" gives the following log (and does nothing):
the new way semiadmin works is that when a semiadmin executes command bla, etpro checks for a file bla.cfg to execute, then checks for a cvar called bla to vstr, then if neither of these exist it sends the command through to the console.
timelimit and nextmap are cvars so you're getting tripped up on the second rule. i could modify the second rule so it looks for a cvar called bla.cvar instead.
Yeah, I got the the feeling of missing something and many thanks for clarifying out this point. I hope you can make a clean solution for the "timelimit situation" (shared with any other request that needs to bypass arguments, if I understood well the problem).
________ Extreme Q
Last edited by Bombosman on Fri Mar 18, 2011 7:29 am, edited 1 time in total.
Bombosman wrote:We've noticed that some semiadmin commands no longer work for ETPro 3.2.1 (while others still do their job). For instance, "timelimit" gives the following log (and does nothing):