View Single Post
ReFlexPoison
☠☠☠
Join Date: Jul 2011
Location: ☠☠☠
Old 02-10-2014 , 15:35   Re: Custom Votes Redux (v1.0 - 2/8/2014)
Reply With Quote #5

Quote:
Originally Posted by Donski View Post
Pardon me if I'm wrong, but this doesn't seem to do much compared to the original custom votes plugin.

For example, I wish to change sv_gravity. With the other plugin you can show a list of options as to what value you wish to change it to.

Code:
"gravity"
 {
     "title"        "How much gravity should we use?"
     "type"         "list"
     "cmd"          "sm_gravity #1"
     "options"
     {
         "200"      "Very Low"
         "400"      "Low"
         "800"      "Normal"
         "1600"     "High"
         "3200"     "Very High"
     }
 }
Looking at the config file for this plugin, seems like I would need to put in a different menu for each value?
I haven't implemented that. I do appreciate the feedback, I'll probably end up adding this.
ReFlexPoison is offline