Maybe I'm missing something here but why not just execute an alias for that command at startup and *poof*....voting gone. ;)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc-Berco Fuhr Sent: Sunday, November 13, 2005 10:57 AM To: [email protected] Subject: Re: [hlds] Vote Kicking *Now* I know what you were referring to with the "native" vote kicking in HLDS. I'm not 100% certain, but I believe you could write a plugin for AMX/AMXX and possibly also for AdminMod, which blocks execution of the vote command. For AMX/AMXX you would register a replacement for the vote command somewhat like this: public plugin_init() { register_clcmd("vote", "handleVote", 0, "command is blocked"); } and then add code like this to do the blocking: public handleVote() { return PLUGIN_HANDLED; // stop execution of vote command } This is just off the top of my head, but it *should* work. I hope this helps. I can see that kz.gorillazsouth.com runs AMXX 1.60 so that's the one criteria for this to work fulfilled. It's actually funny you have problems with people voting out others players. Usually it's a problem getting people to vote out "bad seeds". :) Best regards, Marc / azrael www.Tele2GAMING.dk admin On Sun, November 13, 2005 15:26, [EMAIL PROTECTED] said: Message: 8 From: "[GS]BeNt" <[EMAIL PROTECTED]> To: <[email protected]> Subject: Re: [hlds] Vote Kicking Date: Sat, 12 Nov 2005 18:38:11 -0600 Reply-To: [email protected] Well I do know in a server without amx mod ect you can type in status in console.It will list the players ids,name and slot number.Then in console if they are on the same team as you type in "vote 4" or whatever and if enough people vote for that person on the same team it will kick them from the server.I may be wrong.Maybe it is part of Amx mod and admin mod.I'll check it out sorry for the "harsh-ish" reply.This is the first time I've had this problem in about 3 years of running servers.Thanks guys... BeNt _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

