Flag respawning problem
5. August 2014 - 22:24
Hi guys,
I got a problem with ql.cfg (server config) in CTF mod...
Flags spawn in base after some time, even if someone already captured it, so how can I fix it?
(CrazyCTF is set to 0 )
This is cfg javascript:nicTemp();
and this is where I found it:
http://www.excessiveplus.net/forums/thread/ql-cfg-v1-0
Thanks for help
Ok, I discovered what the problem was...
It was in $g_gametype == GT_TEAM section of config, but I don`t see why it affected CTF, anyway...
modifyItem(0, "team_CTF_redflag", "", 30);modifyItem(0, "team_CTF_blueflag", "", 30);modifyItem(0, "team_CTF_neutralflag", "", 30);
I changed all values to 0 and it worked!