If you vote an admin you get kicked form the server.
it was a long time ago i asked if from qulimax now i edit the script a little.
in the comments were "--idea from taji ;)" don't know who it is
the script is small:
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
adminlist = {}
addhook("vote","antivote")
function antivote(id,modus,votedplayer)
if modus == 1 then
for _,adminUSGN in pairs(adminlist) do
if adminUSGN == player(votedplayer,"usgn") then
parse("kick "..id.." Don't vote admins!")
msg("Don't vote "..player(votedplayer,"name").." or you will get kicked")
end
end
end
end
I hope you like it
Approved by Seekay
Download
381 b, 439 Downloads