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

Custom Votes v0.5.6 (1/07)


Post New Thread Reply   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-27-2011 , 03:33   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #741

I noticed something odd with Custom Votes just recently. One of my two servers has tf_weapon_criticals 0 set in its server.cfg. However, when someone manages to pass a votecrits to turn crits on, it remains set to tf_weapon_criticals 1 despite the fact that the server.cfg is executed on every map change.

Is this intentional? If so, how do I kill this behavior without disabling crit votes, which I want to keep present on my other server that runs from the same SourceMod install?
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 03-27-2011 at 03:39.
Powerlord is offline
rZr
Member
Join Date: Aug 2006
Old 03-27-2011 , 07:04   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #742

voteban, votekick only by 70/75 %

my playervotes.cfg
Quote:
"Votes"
{
"voteban"
{
"title" "Ban #1 for 360 minutes?"
"type" "chat"
"percent" "20"
"command" "sm_ban_auto #1 360 \"Banned by vote.\""
"trigger"
{
"command" "voteban"
"notice" "%u voted to ban #1"
"count" "1"
}
"params"
{
"1" "player"
}
}
"votekick"
{
"title" "Kick #1?"
"type" "chat"
"percent" "20"
"command" "sm_kick #1 \"Kicked by vote.\""
"trigger"
{
"command" "votekick"
"notice" "%u voted to kick #1"
"count" "1"
}
"params"
{
"1" "player"
}
}
}
rZr is offline
MaaavsPugServer
Member
Join Date: Mar 2011
Location: Michigan
Old 03-30-2011 , 14:06   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #743

It'd be really nice if the votekick / ban had some sort of reasons you could add to the menu after selecting a player name. I run 2 competitive CS:S Pugging servers much like esea and I use your plugin for votekicking which works awesome but sometimes people will kick someone for being afk and they PM me asking why they got kicked all the time, which can get extremely annoying. Also My SourceTV is kickable which I use that for my pug recording which would suck if someone kicked it
MaaavsPugServer is offline
Ard Choille
Member
Join Date: Mar 2006
Old 04-17-2011 , 08:33   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #744

Anyone else getting errors with this plugin after latest update?
Ard Choille is offline
Xaphan
SourceMod Donor
Join Date: Jun 2008
Old 04-17-2011 , 15:39   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #745

Quote:
Originally Posted by Ard Choille View Post
Anyone else getting errors with this plugin after latest update?
No errors, but I have noticed increased "Server time-out" issues.

I noticed that if our server was full, and there was at least 1 voteban or votekick going on, at the end of the round, it seemed a little sluggish. After each round it would get worse.

I disabled each of our plug-ins and played for about a hour before server time-out, when I removed this plug-in the server hasn't time-out since
4/16/11 4:50pm pst. As of today 4/17 the server hasn't restarted even know that slots are filled.

Maybe a conflict with other plug-in? Since the plug-in does nothing at the Round End.

During this time I dump handles... After 1 hour of server up-time.
Code:
Found 140 occurrences of customvotes.smx in memory.
Could this be a memory leak?
__________________
Xaphan is offline
Ard Choille
Member
Join Date: Mar 2006
Old 04-17-2011 , 18:08   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #746

Have been getting alot of this
Code:
L 04/17/2011 - 17:24:12: [SM] Displaying call stack trace for plugin "customvotes.smx":
L 04/17/2011 - 17:24:12: [SM]   [0]  Line 650, /home/jeremy/dev/personal/sourcemod-plugins/customvotes/scripting/customvotes.sp::Event_PlayerChat()
Ard Choille is offline
steven124
Member
Join Date: Nov 2009
Location: Siberia
Old 04-27-2011 , 02:44   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #747

hi guys
Tell me how to do so, start voting in tightly defined queries to the vote?
that is: have
[SM] Steve wants to change the map to de_dust2 [1 / 17 votes], with 30 players


need:
[SM] Steve wants to change the map to de_dust2 [1 / 5 votes] with 30 players

PHP Code:
    "votemap"
    
{
        
"title"        "Change map to #1?"
        "type"        "chat"
        "command"    "changelevel #1"
        "trigger"
        
{
            
"command"    "votemap"
            "notice"    "%u wants to change the map to #1"
            "delay"        "300"
            "percent"    "60"
            "count"       "4"
        
}
        
"params"
        
{
            
"1"        "mapcycle"
        
}
    } 
Thank!

*******************
PHP Code:
    "votemap"
    
{
        
"title"        "Change map to #1?"
        "type"        "confirm"
        "command"    "changelevel #1"
        "trigger"
        
{
            
"command"    "votemap"
            "notice"    "%u wants to change the map to #1"
            "delay"        "60"
            "percent"    "15"
        
}
        
"params"
        
{
            
"1"        "mapcycle"
        


Last edited by steven124; 04-30-2011 at 07:46.
steven124 is offline
AnnihilatorSC
New Member
Join Date: Apr 2011
Old 05-05-2011 , 05:18   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #748

Quote:
Originally Posted by Ard Choille View Post
Have been getting alot of this
Code:
L 04/17/2011 - 17:24:12: [SM] Displaying call stack trace for plugin "customvotes.smx":
L 04/17/2011 - 17:24:12: [SM]   [0]  Line 650, /home/jeremy/dev/personal/sourcemod-plugins/customvotes/scripting/customvotes.sp::Event_PlayerChat()
As have I. Any solution, or sould we just ignore it?
AnnihilatorSC is offline
steven124
Member
Join Date: Nov 2009
Location: Siberia
Old 05-07-2011 , 00:50   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #749

PHP Code:
L 05/07/2011 09:04:52: [SMNative "RemoveFromArray" reportedInvalid index 1 (count0)
L 05/07/2011 09:04:52: [SMDisplaying call stack trace for plugin "customvotes.smx":
L 05/07/2011 09:04:52: [SM]   [0]  Line 1635C:\Server\Games\public\orangebox\cstrike\addons\sourcemod\scripting\customvotes.sp::ClearCurrentVote()
L 05/07/2011 09:04:52: [SM]   [1]  Line 256C:\Server\Games\public\orangebox\cstrike\addons\sourcemod\scripting\customvotes.sp::OnMapStart()
L 05/07/2011 09:35:19Error log file session closed
steven124 is offline
Ard Choille
Member
Join Date: Mar 2006
Old 05-15-2011 , 03:10   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #750

Someone able to have alook at this plugin and fix the errors?

Un-approve the plugin as it seems it is no longer supported by the author?
Ard Choille 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:41.


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