View Single Post
Donski
Senior Member
Join Date: Sep 2012
Old 02-10-2014 , 14:06   Re: Custom Votes Redux (v1.0 - 2/8/2014)
Reply With Quote #4

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?
Donski is offline