Description
[b]Simple TK Ban[/b]
This is a script I put together my DOD:S Realism Server. I needed a simple TK ban addon that would maintain some sense of realism. There is no punishment at all. Simply, after a certain amount of TK's the player is banned.
This is basically my first script (so don't make fun!), and it's based on icthys's Keygroup example, with a little help from Colster Very Happy
Personally I don't know if it's good enough to be posted here as a script, but perhaps it will help other Realism Servers who are looking for something similar.
[b]How it works:[/b]
Every time a player kills a team mate, they gain +1 to their TK counter. Once they reach 4 kills they are automatically banned.
Taking the nature of DOD:S into account, every now and then someone always throws a bad grenade and accidentally kills 3~ team mates. So when a player kills an enemy it subtracts 1 from the TK counter until they are at 0 again.
[b]Requirements:[/b]
Event Scripts 1.5+
Mani Admin
[b]Installation:[/b]
Extract zip file to your addons/eventscripts folder
Add es_load simpletk to your autoexec.cfg
Restart server!