Raised This Month: $32 Target: $400
 8% 

[ANY][06.12.2020] GameVoting v1.9.x [voteban votekick votemute]


Post New Thread Reply   
 
Thread Tools Display Modes
szogun
Senior Member
Join Date: Apr 2016
Old 03-18-2020 , 13:05   Re: [ANY][09.02.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #251

Does anyone know how to reconcile voteban etc with sourcebans ++
Currently, a person can get in again after being banned
szogun is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 03-31-2020 , 17:00   Re: [ANY][09.02.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #252

Quote:
Originally Posted by szogun View Post
Does anyone know how to reconcile voteban etc with sourcebans ++
Currently, a person can get in again after being banned
Solution is simple: don't use Sourcebans, Sourcebans++ (it's old like a mammoth poop)

upd: use v1.9.2 version with Sourcebans++ or MaterialAdmin, or with Sourcemod BaseComm
__________________

Last edited by neatek; 04-24-2020 at 13:48.
neatek is offline
Ah_Roon
Junior Member
Join Date: Apr 2019
Old 04-04-2020 , 04:53   Re: [ANY][09.02.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #253

Can you make a showcase video or describe more information about how this plugin works?
__________________
Call me Roon for now (Formerly Ah_Roon)

Currently in development: Starlight Paradise
Ah_Roon is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 04-24-2020 , 13:34   Re: [ANY][09.02.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #254

Gamevoting
Light sourcemod plugin for voting (votekick voteban votemute).
Since 2012.

  1. Supports : MaterialAdmin, Sourcebans++
  2. Ban&mute functionality fixed.
  3. Cvar fixed: gamevoting_startvote_enable
  4. Simplified chinese translation (Thanks: Frisasky)

Special thanks to: Shtopor




View old versions | Releases | Discord
__________________

Last edited by neatek; 04-27-2020 at 08:27.
neatek is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 04-26-2020 , 23:21   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #255

Is there a chance of adding flag support to allow only certain flags to be able to cast a vote?
Notifications is offline
AbraCadabra
Member
Join Date: Aug 2013
Old 04-29-2020 , 15:39   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #256

Quote:
Ban&mute functionality fixed.
Hello. Bans still not working on my server. Using last version (1.9.2). After banning player he can join again.
No error logs
SourceMod Version: 1.10.0.6482

Reinstalling plugin didn't help (clean install with deleting everything from old version)
What else i can try?
AbraCadabra is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 04-30-2020 , 07:01   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #257

Quote:
Originally Posted by AbraCadabra View Post
Hello. Bans still not working on my server. Using last version (1.9.2). After banning player he can join again.
No error logs
SourceMod Version: 1.10.0.6482

Reinstalling plugin didn't help (clean install with deleting everything from old version)
What else i can try?
Do you use Sourcebans or MaterialAdmin?

Check this version: Dev Branch
Also check `votesilence` and write result here.
__________________
neatek is offline
Innomeni
New Member
Join Date: May 2020
Old 05-01-2020 , 09:06   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #258

I intalled 1.9.2 and bans began to be added to MA database.
I changed settings to
Code:
gamevoting_startvote_min "4"
and
Code:
gamevoting_voteban_percent "75"
, but when 4 people are online voteban triggered with only 1 vote. I dont understand what's going on.
Innomeni is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 05-01-2020 , 15:40   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #259

Quote:
Originally Posted by Innomeni View Post
I intalled 1.9.2 and bans began to be added to MA database.
I changed settings to
Code:
gamevoting_startvote_min "4"
and
Code:
gamevoting_voteban_percent "75"
, but when 4 people are online voteban triggered with only 1 vote. I dont understand what's going on.
You need read about "StartVote" feature.

gamevoting_players - minimal players for enable plugin
gamevoting_startvote_min - minimal players for `Star Vote` feature, its public vote where every player can choose decision (via menus), which can be launched by 1 player, for kick or ban...

and if votes can reach >=75%(gamevoting_voteban_percent), it make action for ban/kick

you can just disable it:
gamevoting_startvote_enable 0
__________________

Last edited by neatek; 05-01-2020 at 15:41. Reason: disable it and dont break mind
neatek is offline
Innomeni
New Member
Join Date: May 2020
Old 05-01-2020 , 21:29   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #260

Quote:
Originally Posted by neatek View Post
You need read about "StartVote" feature.

gamevoting_players - minimal players for enable plugin
gamevoting_startvote_min - minimal players for `Star Vote` feature, its public vote where every player can choose decision (via menus), which can be launched by 1 player, for kick or ban...

and if votes can reach >=75%(gamevoting_voteban_percent), it make action for ban/kick

you can just disable it:
gamevoting_startvote_enable 0
Yes, i made this earlier.
Code:
gamevoting_players "4"
and
Code:
gamevoting_startvote_enable "0"
BUT! someone can start voting and it will end after receiving just one vote, it will not require for 75% votes.
So cvar
Code:
gamevoting_voteban_percent
dont work, or i dont understand something.
In simple: i print "voteban" when it is 4 people on server and somebody will be banned with just only my vote, other voices do not need. But logically it must inform me that i need more votes, isnt it?

Last edited by Innomeni; 05-01-2020 at 21:31.
Innomeni is offline
Reply


Thread Tools
Display Modes

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 19:18.


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