- Quake 3 Weapons Configs Library
- General POLSKI Topic
- how many quake 3 players E+ still play sometimes
- Quake All-stars December 2026 frag night
- DOOM 2 SERVER - UPDATE
- missing graphics in 1++ map
- Steam Q3 Discussion
- xp_enemyHeadModel does not work
- Q3DM3D Duke3d map for Q3
- Help me with selection Defrag maps
Flag respawning problem
5. August 2014 - 23: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!