g_bluelimbotime — the amount of time between Allied team respawns
g_bluelimbotime [interval]
g_bluelimbotime specifies the time interval in milliseconds between Allied respawns. This cvar is used for the actual calculations in-game and is latched, meaning it cannot be changed during a match. Mapscripts set this cvar, and the g_userAlliedRespawnTime(cvar) cvar overrides this as well. Consequently, g_userAlliedRespawnTime(cvar) should be used to set custom spawn times, and this cvar should not be used at all.