The script requests/brainstorming thread!
#59
// TK auto-kick/ban script by V-Man. Requires tools.cfg.
add2conloop [
if_conline_has "teammate" [whois (findcn (at $conline 0))] []
if (currole) [
loop tk 21 [
  if (< (at (pstat_score $tk) 1) -20) [ban $tk] [
   if (< (at (pstat_score $tk) $tk) -5) [kick $tk] []]]] []
]

bind 2 [if $autotkkick [autotkkick = 0] [autotkkick = 1]]
I leave the testing to you. :D
Thanks given by:


Messages In This Thread
RE: The script requests/brainstorming thread! - by V-Man - 25 Feb 11, 06:18PM