Lugormod CTF
- Login to post comments
So I'm looking into doing some CTF/Siege days on NoX, and some complaints came up to accounts in CTF
So my question for you guys is, is there a way to disable accounts in CTF, or limit them to a certain level, just for that gametype?
Prior to the match, go to the map while in the CTF gametype. Make every spawn point (don't forget the team ones) have a target. Then connect an lmd_playercheck (with level,1,) and a target_kill to the spawns. Save as 'team'.
If I'm remembering right, CTF will automatically load _team when it starts up. If not, then it might be wise to bind a key to load it up from rcon, so you can get the playercheck in place before anyone can login. Alternatively, create a mass-killother script that you can execute from rcon. (Highly useful, actually)
If you toss in a target_print with spawnflags,20, saying to logout to join, I'm sure they'd understand in a hurry.
An alternative would be to teleport them instead of kill, and use a spawnflags,4, version of the above.
just tell them not to sign in... always worked for me
or switch to base to play CTF
- Login to post comments

That works, but would be highly annoying for players.
wonder if phred would consider adding a cvar to disable the accounts in CTF gametype, then it solves the problem of some player not understanding and such.
thanks for the help tho crazy