Page 1 of 1

sugestion...

Posted: Thu Jul 19, 2007 2:26 pm
by mo0n_sniper
wc3_enable/wc3_disable doesn't quite work in the server.cfg , listenserver.cfg

It would be nice to have a cvar (something like wc3_on 1|0) to disable/enable war3ft.
war3x has it and if i recall it correctly even war3ft had it . Why was it removed?

I tried to implement it my self but it didn't work all the way,so if you think this is not a good idea i'll be happy if you could give me some tips how to do it


Best Regards,



...........nice work,and keep it real

Posted: Thu Jul 19, 2007 8:16 pm
by Geesu
It was removed b/c a cvar check on ever function call is VERY taxing - so calling a function is much easier...

If you put the command @ the end of war3ft.cfg it should be fine.

Josh

Posted: Sat Jul 21, 2007 3:48 am
by mo0n_sniper
nope , it doesn't work that way