Quote: --- Original message by: gruntfromhaloDo you want a script to do that in a map, or just the dev command? What i can do is make it so it takes forever for it to ban: sv_tk_ban 999 (it might be able to be 9999 but i'm not shure). If you want it for internet games you must be the host to use it. Also, if it doesnt work, try sv_ban_tk 999, but i'm almost 100% shure the first one is right. It makes it so you have to team kill 999 times before it autobans you. You can change the number if you want. I think this script would work if you want a script:
Quote:
(script startup autoban
(begin
(sv_tk_ban 999)
)
)
Yeah, that works too. Or you can just use these various dev commands.
sv_tk_ban 999
sv_tk_cooldown 1s
sv_tk_grace 2m
sv_tk_penalty 1s 1s 1s 1s
If you do it all exactly like that, you'll have it set so that if someone gets 999 tk's, with each kill spread 2 minutes apart, and somehow doing it with the fact that the tk amount goes down every second, they'll be banned for 1 second. xD Essentially, unlim team kills...
But like Gruntfromhalo said, you have to be the host.
Edited by MF Boom on Jan 6, 2008 at 11:03 AM