Raised This Month: $ Target: $400
 0% 

Custom Votes Redux (v1.7 - 4/13/14)


Post New Thread Reply   
 
Thread Tools Display Modes
prinsessan_madeline
New Member
Join Date: Apr 2014
Old 04-06-2014 , 10:48   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #81

This information is kind of important in my opinion:
"votekick, ban, and mute menus may not appear if there's only one player on server"

Had I known this from start it would have saved me several hours of work.
prinsessan_madeline is offline
maxolahird
Veteran Member
Join Date: Dec 2012
Old 04-06-2014 , 13:45   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #82

what???????????? now i'm forced to use customvotes redux? i don't want to! I want this one and it keeps error

] sm plugins info 43
Filename: a\playersvotes-redux.smx
File info: (title "Players Votes Redux") (version 1.3")
Load error: Native "CustomVotes_OpenVote" was not found
]
maxolahird is offline
th3dud3
Member
Join Date: Oct 2011
Location: California, USA
Old 04-08-2014 , 10:37   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #83

Is the ban vote a permanent ban? In your old plugin there was an option to set the length of the ban. Any possibility on getting that option in this plugin?

Thanks!
th3dud3 is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 04-09-2014 , 15:05   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #84

this is a good plugin, here some suggestions for the plugin

well as overrides use flags to allow access to the vote, for example:


Code:
 
 "Ban Player"
 {
         "type"   "players"
         "vote"   "1"
         "flag"  "d" <---------------
         "immunity"  "5"
         "delay"   "60"    
         "cooldown"  "180"
    ...
 }
and everyone who have this flag can use the vote, and if left without flag anyone can use
StayOx is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-09-2014 , 15:27   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #85

Quote:
Originally Posted by StayOx View Post
this is a good plugin, here some suggestions for the plugin

well as overrides use flags to allow access to the vote, for example:


Code:
 
 "Ban Player"
 {
         "type"   "players"
         "vote"   "1"
         "flag"  "d" <---------------
         "immunity"  "5"
         "delay"   "60"    
         "cooldown"  "180"
    ...
 }
and everyone who have this flag can use the vote, and if left without flag anyone can use
Bad idea. Use an override instead. This is what the core adminmenu plugin with its "admin" value (it takes an override name).
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 04-09-2014 at 15:29.
Powerlord is offline
th3dud3
Member
Join Date: Oct 2011
Location: California, USA
Old 04-12-2014 , 22:51   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #86

Has anyone experienced an issue where a cvar command is not executed? I have a votemute setup like so

Code:
"Mute player"
	{
		"type"			"players"
		"vote"			"1"
		"minimum"		"6"
		"ratio"			"0.4"
		"command"		"sm_mute {TARGET_ID}"
		"immunity"		"50"
		"delay"			"60"
		"cooldown"		"30"
		"maxcalls"		"8"
		"start_notify"	"[SM] {VOTER_NAME} ({VOTER_STEAMID}) started a vote to mute {TARGET_NAME}."
		"call_notify"	"[SM] Vote cast for {yes|no}."
		"pass_notify"	"[SM] Vote passed."
		"fail_notify"	"[SM] Vote failed. Received: {VOTE_AMOUNT} Required: {VOTE_REQUIRED}"
		"chattrigger"	"votemute"
	}
}
Players are saying that when the vote is passed the mute does not happen. Just curious if anyone else has experienced this issue.

Any help is appreciated.

Thanks
th3dud3 is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 04-13-2014 , 04:02   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #87

Quote:
Originally Posted by th3dud3 View Post
Has anyone experienced an issue where a cvar command is not executed? I have a votemute setup like so

Players are saying that when the vote is passed the mute does not happen. Just curious if anyone else has experienced this issue.

Any help is appreciated.

Thanks
As was stated, several of the functions do not appear to be working for some people. The vote ban/kick/mute does not appear to trigger right since the last update, and chat triggers arent working (at least not for me and several others. The !votemenu works, but the individual ones for each setup arent). They seem to work right for executing cfg files, but not for executing commands (like sm_mute).
ThatOneGuy is offline
eudesafp
Member
Join Date: Aug 2013
Location: Brazil
Old 04-13-2014 , 14:29   Re: Custom Votes Redux (v1.4 - 3/13/14)
Reply With Quote #88

Hello my friends!

I put the plugin is is a great idea, good job.

Installed it on my server for csgo and is working but it is showing up all the time in my sourcemod error log:

Code:
L 04/13/2014 - 15:17:31: [SM] Plugin encountered error 15: Array index is out of bounds
L 04/13/2014 - 15:17:31: [SM] Displaying call stack trace for plugin "customvotes-redux.smx":
L 04/13/2014 - 15:17:31: [SM]   [0]  Line 2016, C:\TF2DedicatedServer\tf\addons\sourcemod\scripting\customvotes-redux.sp::GetVotesForTarget()
L 04/13/2014 - 15:17:31: [SM]   [1]  Line 1861, C:\TF2DedicatedServer\tf\addons\sourcemod\scripting\customvotes-redux.sp::CheckVotesForTarget()
L 04/13/2014 - 15:17:31: [SM]   [2]  Line 244, C:\TF2DedicatedServer\tf\addons\sourcemod\scripting\customvotes-redux.sp::OnClientDisconnect()
L 04/13/2014 - 15:19:12: [SM] Plugin encountered error 15: Array index is out of bounds
L 04/13/2014 - 15:19:12: [SM] Displaying call stack trace for plugin "customvotes-redux.smx":
L 04/13/2014 - 15:19:12: [SM]   [0]  Line 2016, C:\TF2DedicatedServer\tf\addons\sourcemod\scripting\customvotes-redux.sp::GetVotesForTarget()
L 04/13/2014 - 15:19:12: [SM]   [1]  Line 1861, C:\TF2DedicatedServer\tf\addons\sourcemod\scripting\customvotes-redux.sp::CheckVotesForTarget()
L 04/13/2014 - 15:19:12: [SM]   [2]  Line 244, C:\TF2DedicatedServer\tf\addons\sourcemod\scripting\customvotes-redux.sp::OnClientDisconnect()

SourceMod Version: 1.6.0-dev+4284



Metamod:Source version 1.10.1-dev

This all installed on a Linux Ubuntu 64bits

What did can it be?

Last edited by eudesafp; 04-13-2014 at 14:30.
eudesafp is offline
Send a message via Skype™ to eudesafp
ReFlexPoison
☠☠☠
Join Date: Jul 2011
Location: ☠☠☠
Old 04-14-2014 , 00:46   Re: Custom Votes Redux (v1.5 - 4/13/14)
Reply With Quote #89

Updated
Version 1.5 - 4/13/14
  • Fixed array index out of bounds errors

Last edited by ReFlexPoison; 04-14-2014 at 00:46.
ReFlexPoison is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 04-14-2014 , 00:57   Re: Custom Votes Redux (v1.5 - 4/13/14)
Reply With Quote #90

Quote:
Originally Posted by ReFlexPoison View Post
Updated
Version 1.5 - 4/13/14
  • Fixed array index out of bounds errors
So....put that in layman's terms please. So you fixed chat commands?
robotortoise 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:08.


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