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
 Download
		381 b, 627 Downloads
		 
  CS2D
 CS2D  Stop Adminvote
  Stop Adminvote  2 like it!
 2 like it! Offline
 Offline 
  1
 1 
 Rainoth then its kick
 Rainoth then its kick  