AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   L4D Voting Manager (https://forums.alliedmods.net/showthread.php?t=81034)

devicenull 11-26-2008 17:35

L4D Voting Manager
 
2 Attachment(s)
This plugin will allow you to stop players from starting various vote types in L4D, while still allowing admins to.

It adds the following cvars:
l4d_vote_lobby_access
l4d_vote_difficulty_access
l4d_vote_level_access
l4d_vote_restart_access
l4d_vote_kick_access

Setting any of these to an access level (ex: "z","b") will require the user to have at least that access level before starting a vote. Setting this to an empty string "", will allow any user to start a vote.

It also adds:
l4d_vote_kick_immunity 0|1

Setting this to 1 will make vote kicks respect admin immunity, that is, users with lower access cannot kick users with higher access. Public players will not be able to kick admins.

Changelog:
0.2:
* Added logging of failed votes to the admin logs
* Added l4d_vote_kick_immunity

The JCS 11-26-2008 17:37

Re: L4D Voting Manager
 
Very good plugin =]
You could add options to call a vote from the server console

devicenull 11-26-2008 17:37

Re: L4D Voting Manager
 
Quote:

Originally Posted by The JCS (Post 718774)
Very good plugin =]
You could add options to call a vote from the server console

That's already built into the game, use the "callvote" command.

The JCS 11-26-2008 17:40

Re: L4D Voting Manager
 
Oh, ... =( I didn't know that. Thanks! =]

recon0 11-26-2008 17:44

Re: L4D Voting Manager
 
Can you add a cvar to make admins immune from votekicks?

I don't want to turn off the function entirely, but I need to be able to protect admins from it.

r5053 11-26-2008 17:50

Re: L4D Voting Manager
 
simple but usefull :D

devicenull 11-26-2008 18:01

Re: L4D Voting Manager
 
Quote:

Originally Posted by recon0 (Post 718777)
Can you add a cvar to make admins immune from votekicks?

I don't want to turn off the function entirely, but I need to be able to protect admins from it.

Like I said in IRC, it's planned implemented :)

subzero06 11-27-2008 03:42

Re: L4D Voting Manager
 
Cool!
my question is, Those cvars, where and how do we edit them? or do we have to put them somewhere in a file?
i just want the admin to be immune from being kicked from votes....but all other options should stay normal...

DontWannaName 11-27-2008 03:49

Re: L4D Voting Manager
 
Put them at the end of sourcemod.cfg or server.cfg

These change the actual game votes from the escape menu im guessing? So when someone isnt allowed to call a vote and trys to through the menu it does nothing?

subzero06 11-27-2008 10:56

Re: L4D Voting Manager
 
So, in my case it should be

l4d_vote_kick_immunity 1
l4d_vote_lobby_access ""
l4d_vote_difficulty_access ""
l4d_vote_level_access ""
l4d_vote_restart_access ""
l4d_vote_kick_access ""


All times are GMT -4. The time now is 15:43.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.