Votekicking Admins on Left 4 Dead

I run several Left 4 Dead servers which I play on regularly, these are all public servers with unrestricted access. Unlike previous Valve games, Left 4 Dead includes a built in vote kick system, which is sensible since due to the server sizes, it’s unlikely you will have an admin player playing, hence the voting system is used for removing any troublemakers.

However, it is frequently abused, players will randomly votekick another player without warning because they want a friend to come on, without even asking. In many cases, they’ve even votekicked me, the owner and admin.

While they soon realise this is a huge mistake on their behalf (as they become permanently banned from all my servers), it is somewhat annoying to have your gameplay interruped by a votekick.

Thankfully, due to the power of SourceMod, someone has written a plugin that obeys the admin immunity system built into sourcemod – normally used to prevent lower-level admins from abusing higher-level admins. By default, all players have an immunity of 0, as a “Full Admin” I have given myself an immunity of 100. Hence, when anyone tries to votekick me, the vote instantly fails. Not only this, it shows me who it is, for all votes.

By default, the plugin only grants full admins veto ability and displays who is votekicking who. I recommend you edit the /left4dead/cfg/sourcemod/sm_plugin_votemanager2.cfg file as follows; (if it does not exist, create it)

l4d_vote_kick_immunity 1
l4d_vote_log 1

This will turn on the admin immunity system and also log all votekick attempts to the SourceMod log.

Players beware, never kick the admin.

2 Responses

  1. By default, the plugin only grants full admins veto ability and displays who is votekicking who. I recommend you edit the /left4dead/cfg/sourcemod/sm_plugin_votemanager2.cfg file as follows; (if it does not exist, create it)

    l4d_vote_kick_immunity 1
    l4d_vote_log 1
    Please forgive me but I am trying to figure out sourcemod as it is you say to edit the following in the plugin but how do I edit it could you please tell me that I have always worked with Mani but it does not work with Left4Dead so I have had to go to sourcemod also maybe you can also answer another perplexing question for me i am using KV admin manager and have set up my admins but I am the only one that has admin and the rest of my clan does not any ideas as to why this is happening?

  2. Soullivaneuh says:

    Hi and thanks for your tip. :)

    You said you have multiple servers. I’m curious, how do you manage it ? Do you have a special tool ?

    Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *