Dateien

> > CS2D > Lua Scripts > Stop Adminvote
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Stop Adminvote >

8 Kommentare381 b, 412 Downloads

alt Stop Adminvote

iii
User Off Offline

I don't know if it is implemented in some Adminscripts, but i thought i can upload it.

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
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
Zugelassen von Seekay

Download Download

381 b, 412 Downloads

Kommentare

8 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

DaisukeOno
User Off Offline

This is not bad, i ever vote to kick moderator, and i was kicked. I don't know he is moderator.
Ich mag es!
1× editiert, zuletzt 30.08.15 02:41:36

alt

Mami Tomoe
User Off Offline

Yay!!
Ich mag es!

alt

BrunoRZ
User Off Offline

Dictator's script

alt

pbeloto
User Off Offline

wtf?? , dont like

even taking him kick his vote will work, try this best face

alt

Rainoth
Moderator Off Offline

@user H-X: Of course.
Kill > Wants to argue why he died.
V
Mute > Changes name to continue.
V
Kick. > ??? Profit !

@user iii: user Tajifun ?

alt

Avo
User Off Offline

Since lua uses table references it can be easily used like
1
adminlist = myAdminList

Nice. √

alt

H-X
User Off Offline

LOL nice i can use this in my script but i think instead of kicking him kill him and mute him for 10 mins i think its better then kick
Zum Anfang Vorherige 1 Nächste Zum Anfang