Raised This Month: $ Target: $400
 0% 

[L4D2] Vote Blocker v1.3.4


Post New Thread Reply   
 
Thread Tools Display Modes
hara kiri
Member
Join Date: Jan 2014
Old 02-13-2014 , 13:36   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #41

maybe i have dont understand one thing.
I have put my ID STEAM in admin_simple.ini (only in this file)
For make work immunity kick admin , i must add my ID STEAM in a file about your plugin or not ?
hara kiri is offline
Carl Sagan
Senior Member
Join Date: Jan 2014
Old 02-13-2014 , 13:53   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #42

Quote:
Originally Posted by hara kiri View Post
maybe i have dont understand one thing.
I have put my ID STEAM in admin_simple.ini (only in this file)
For make work immunity kick admin , i must add my ID STEAM in a file about your plugin or not ?
No, you don't have to put your steam ID anywhere in my plugin.
Carl Sagan is offline
hara kiri
Member
Join Date: Jan 2014
Old 02-13-2014 , 14:12   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #43

Sorry to ask you that but it is possible you adapt this plugin on L4D1 ? This plugin is very good because it can protect the admins

thank you for your help
hara kiri is offline
Carl Sagan
Senior Member
Join Date: Jan 2014
Old 02-13-2014 , 14:23   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #44

Quote:
Originally Posted by hara kiri View Post
Sorry to ask you that but it is possible you adapt this plugin on L4D1 ? This plugin is very good because it can protect the admins

thank you for your help
I don't have L4D1 so I can't test it.

You can try Vote Guard which gives admins kick immunity:

https://forums.alliedmods.net/showthread.php?t=81357
Carl Sagan is offline
hara kiri
Member
Join Date: Jan 2014
Old 02-13-2014 , 14:51   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #45

i have found my mistake , this is working on L4D1 VERY GOOD

Thank for your help
hara kiri is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-18-2014 , 11:17   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #46

Hello,

Code:
// This file was auto-generated by SourceMod (v1.6.0-dev+3975)
// ConVars for plugin "VoteBlocker.smx"


// Block Change All Talk votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_changealltalk "0"

// Kick players that call Change All Talk votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_changealltalkkick "0"

// Enable or disable the plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_enable "1"

// Grant kick immunity to admin-flagged players.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_kickimmunity "1"

// Kick players that vote to kick admin-flagged players.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_kickimmunitykick "1"

// Block Return to Lobby votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_returntolobby "0"

// Kick players that call Return to Lobby votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_returntolobbykick "0"
admins_simple.ini :
Code:
"STEAM_0:1:12157180" "99:z"

kicked by vote, wtf ?
eric0279 is offline
Carl Sagan
Senior Member
Join Date: Jan 2014
Old 02-18-2014 , 11:22   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #47

Quote:
Originally Posted by eric0279 View Post
Hello,

Code:
// This file was auto-generated by SourceMod (v1.6.0-dev+3975)
// ConVars for plugin "VoteBlocker.smx"


// Block Change All Talk votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_changealltalk "0"

// Kick players that call Change All Talk votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_changealltalkkick "0"

// Enable or disable the plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_enable "1"

// Grant kick immunity to admin-flagged players.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_kickimmunity "1"

// Kick players that vote to kick admin-flagged players.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_kickimmunitykick "1"

// Block Return to Lobby votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_returntolobby "0"

// Kick players that call Return to Lobby votes.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
vb_returntolobbykick "0"
admins_simple.ini :
Code:
"STEAM_0:1:12157180" "99:z"

kicked by vote, wtf ?
What does your admin_overrides.cfg look like? Did they have the flag you put in there? You must have something set up wrong.
Carl Sagan is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-18-2014 , 11:29   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #48

I misunderstood its use in this case, in admin_overrides.cfg, I have to:

"returntolobby" ""
"changealltalk" "z" // only with z admin can change the alltalk?
"kick" "a" // admin flag immunity a and z?
eric0279 is offline
Carl Sagan
Senior Member
Join Date: Jan 2014
Old 02-18-2014 , 11:38   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #49

Quote:
Originally Posted by eric0279 View Post
I misunderstood its use in this case, in admin_overrides.cfg, I have to:

"returntolobby" ""
"changealltalk" "z" // only with z admin can change the alltalk?
"kick" "a" // admin flag immunity a and z?
You're correct, only people with the z flag can vote to change alltalk, but you have the cvar vb_changealltalk set to 0 so anyone can vote to change alltalk.

Anyone with the a flag (which includes those with the z flag) gets kick immunity.

Did you put admin_overrides.cfg in the correct location? It should be in .../left4dead2/addons/sourcemod/configs
Carl Sagan is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-18-2014 , 11:44   Re: [L4D2] Vote Blocker (02/09/14)
Reply With Quote #50

yes...
eric0279 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:35.


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