members = {50998}
Here are my members.
And who will vote them he will be kicked.
If some body vote ID 50998 he will be kicked. Thanks for your help.
Scripts
Disable vote for some players (lua)
Disable vote for some players (lua)
1

vote - no return value = no wayaddhook("vote","vote")
function vote(fromID, mode, param)
	if mode == 1 then--player
		if player(param, "usgn")==9000 then
			msg2(fromID, "You tried to kick an incredible person!")
			--parse kick
		end
	end
end
i will try it.
1
