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
Enrory
Senior Member
Join Date: Nov 2016
Location: Austria
Old 05-02-2020 , 17:00   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #261

yes for me too. instant ban

but sourcebans work with newest sourbans version.
__________________

Last edited by Enrory; 05-02-2020 at 17:01.
Enrory is offline
bigborther
Member
Join Date: Feb 2014
Location: china
Old 05-15-2020 , 07:21   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #262

nice plugins, work for me on deathmatch server with sourceban++
bigborther is offline
Danyas1337
Member
Join Date: May 2013
Location: Kyiv, Ukraine
Old 05-22-2020 , 13:18   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #263

MaterialAdmin intergation works only when .smx plugins contains at root folder "plugins", for example i have subfolder "ma" for materialadmins plugins, and in result gv was write bans to local stoarge.

how2fix:

#134 line
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/ma_basecomm.smx");
>>
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/ma/ma_basecomm.smx");


#144 line
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/materialadmin.smx");
>>
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/ma/materialadmin.smx");

and recompile plugin
__________________
<3 AM

Last edited by Danyas1337; 05-22-2020 at 13:18.
Danyas1337 is offline
Send a message via Skype™ to Danyas1337
`666
AlliedModders Donor
Join Date: Jan 2006
Old 06-18-2020 , 05:51   Re: [ANY][12.06.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #264

Quote:
Can't add reason: AFK, because its smaller than 3 letters. (LINE: 4)
Line 171:
Code:
if(strlen(buff) > 3)
You should lower it because of:
AFK
TK
TA
`666 is offline
Rugal
Senior Member
Join Date: Jun 2020
Location: Brazil
Old 09-16-2020 , 10:56   Re: [ANY][12.06.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #265

I think I found a bug in this plugin, but I'm not sure. Anyway, the Cvar "gamevoting_startvote_flag" does not seem to be working properly, I try to use this to block players from using the polls, just for VIPS to vote, but for some unknown reason, it is not blocking, everyone can access the command. I also tried to block the command itself in "Admin_Overrides", but without success, could I check if there is really an error? I will be grateful. (Sorry my english is bad).
Rugal is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 11-24-2020 , 10:33   Re: [ANY][12.06.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #266

how can i fix this?

L 11/24/2020 - 16:27:20: [gamevoting.smx] Can't add reason: , because its smaller than 3 letters. (LINE: 7)


Edit: FIXED...

Last edited by asdfxD; 11-24-2020 at 11:07.
asdfxD is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 12-06-2020 , 14:44   Re: [ANY][12.06.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #267

Quote:
Originally Posted by `666 View Post
Line 171:
Code:
if(strlen(buff) > 3)
You should lower it because of:
AFK
TK
TA
Changelog:
06.12.2020 - Reasons length must be more than 1 char.
06.12.2020 - MACOREVERSION updated - 0.8.0
06.12.2020 - Minimal required count of players for ban - 3.
06.12.2020 - Detecting of ban systems improved.
06.12.2020 - Removed some useless logs, added new usefull logs.
06.12.2020 - Fix counting of players, plugin will count all players for % for ban or kick etc.

Plugin tested with:
MAdmin (Tested by Discord user: smoke)
Sourcebans++ (Tested by Discord user: Mayson79)

All new changes avaliable in /scripting on Github.
https://github.com/neatek/GameVoting...emod/scripting

Also if you dont want to compile .smx by yourself, you can get it from `compiled` folder.
__________________

Last edited by neatek; 12-06-2020 at 15:06.
neatek is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 08-10-2021 , 16:40   Re: [ANY][06.12.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #268

The thing is there is a cvar for minimum players to vote in order to start a public vote which works for kick but not for ban.
If its a voteban only 1 player vote is enough to start the public vote, but for votekick 4 players have to vote against the same player and then the vote starts.

Would anyone be able to fix that?
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
`666
AlliedModders Donor
Join Date: Jan 2006
Old 08-12-2021 , 07:52   Re: [ANY][06.12.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #269

Memory leak reported & posted fix on github https://github.com/neatek/GameVoting/issues/50
Attached Files
File Type: sp Get Plugin or Get Source (reasons.sp - 39 views - 3.3 KB)

Last edited by `666; 08-12-2021 at 07:56.
`666 is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 08-12-2021 , 10:52   Re: [ANY][06.12.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #270

Quote:
Originally Posted by `666 View Post
Memory leak reported & posted fix on github https://github.com/neatek/GameVoting/issues/50
I wonder if that actually fixes the reasons since it shows and bans for the wrong one

Code:
L 08/12/2021 - 18:38:23: [gamevoting.smx] Player Schwarz chose reason: Rules
L 08/12/2021 - 18:38:25: [gamevoting.smx] Player Schwarz (STEAM_1:0:24) started a vote for BAN andr4ik (STEAM_1:0:53). [Rules]
L 08/12/2021 - 18:38:26: [gamevoting.smx] Player @r1zaa (STEAM_1:1:45) voted for BAN andr4ik (STEAM_1:0:53). (1/11) [Cheating]
L 08/12/2021 - 18:38:27: [gamevoting.smx] Player Satou (STEAM_1:0:61) voted for BAN andr4ik (STEAM_1:0:53). (2/11) [Cheating]
L 08/12/2021 - 18:38:27: [gamevoting.smx] Player ꧁༺₦Ї₦ℑ₳༻꧂ (STEAM_1:0:51) voted for BAN andr4ik (STEAM_1:0:53). (3/11) [Cheating]
L 08/12/2021 - 18:38:28: [gamevoting.smx] Player aenema (STEAM_1:1:53) voted for BAN andr4ik (STEAM_1:0:53). (4/11) [Cheating]
L 08/12/2021 - 18:38:34: [gamevoting.smx] Player Schwarz (STEAM_1:0:24) voted for BAN andr4ik (STEAM_1:0:53). (5/11) [Rules]
L 08/12/2021 - 18:38:39: [gamevoting.smx] Player ShEucherebelze Sheucherebeli (STEAM_1:0:19) voted for BAN andr4ik (STEAM_1:0:53). (6/11) [Cheating]
L 08/12/2021 - 18:38:40: [gamevoting.smx] Player オーナー (STEAM_1:0:46) voted for BAN andr4ik (STEAM_1:0:53). (7/11) [Cheating]
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
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 14:48.


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