Flag respawning problem

1 reply [Last post]
n3m4nj4-PCK
Offline
Joined: Jun 2011
Posts:

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 Big grin

Thanks for help Happy

n3m4nj4-PCK
Offline
Joined: Jun 2011
Posts:
Re: Flag respawning problem

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! Big grin