Hello all ! My friend Korn asked me to make him a script to avoid autobalance in his server. So here it is. This is simple script. You press server action 1 and a menu appears. You can choose what team to go to if you dont like your team and autobalance dont let you go there because "there are too many players".
addhook("serveraction","a")
function a(id,action)
if action==1 then
menu(id,"Select,Change Team")
end
end
addhook("menu","b")
function b(id,title,button)
if title=="Select" then
if button == 1 then
if player(id,"team") == 1 then
parse("makect "..id)
elseif player(id,"team") == 2 then
parse("maket "..id)
elseif player(id,"team") == 0 then
parse('maket '..id)
end
end
end
Wow i didnt know that there are so much people with IQ -100 ... I explained in description and comments before. If you cant read it or do not understand it. Not my problem.
@KaTiL If you do that you might not get in because there are too many players. With this script you will join the other team always.
@hank Oh yeah? Can you make a better one?
@everyone If you aren't admin you can't put autobalance off so this script is pretty useful especially on zombie servers.
Ok... I see all the comments, atleast give a 3 stars or more <_> Cause if you think it's unuseless he didn't do that
- Stealing
- Copying ideas from others
- Etc
I give you 4 cause if you're bored to be everytime zombie it can change