Skip to content

caxanga334/cvreduxmodified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v3 PRs Welcome Downloads

Custom Votes Redux - Modified

This is a modified version of ReFlexPoison‘s custom votes redux plugin.

Fixes and Features:

  • Added vote logging.
  • Added KZTimer support.
  • Added option to reset max vote passes on wave failure (TF2-MVM only).
  • Added vote evasion detection and logging.
  • Auto ban on vote evasion.
  • Now utilizes Multi-Colors to support more game chat colors.
  • Increased the map limit to 1024.
  • Fixed call_notify not working and errors when a 'simple' vote is used without a convar as command.
  • Fixed default mapcycle resulting in an empty map list.
  • Fixed incorrectly adding quotes to vote results, making {VOTER_ID}, {VOTER_INDEX}, {TARGET_ID}, and {TARGET_INDEX} pretty much unusable.
  • Fixed some memory leaks.

Examples logs from my server:

Vote Type: List

L 04/28/2018 - 13:21:12: [Custom Votes] Vote Give Cash to RED started by
andycaleb ( STEAM_ID ). Selected Option: 4000

L 04/28/2018 - 13:33:39: [Custom Votes] Vote Give Cash to RED started by Shadow
Mario \| blw.tf ( STEAM_ID ). Selected Option: 3000

L 04/28/2018 - 13:34:00: [Custom Votes] Last vote ( Give Cash to RED ) passed. (
Option: 3000 ).

Vote Type: Map  


L 04/29/2018 - 00:11:33: [Custom Votes] Vote Change the map started by
andrewdasher673 ( STEAM_ID ). To change map from mvm_coaltown to
mvm_tunnels_a9fix1.

L 04/29/2018 - 00:11:35: [Custom Votes] Last vote ( Change the map ) passed. Map
was changed from mvm_coaltown to mvm_tunnels_a9fix1.

  
Vote Type: Players

L 04/28/2018 - 14:30:43: [Custom Votes] Vote Ban player started by TF2 GAMER (
STEAM_ID ) targeting rees123 ( STEAM_ID ).

Download

For stable version, check the releases tab. For development version, download the repository.

You can also download the latest development version from the automated builds.

Feel free to report bugs/give suggestions.

For contributions, please use pull requests.

Compiling

  • Download the plugin source from the reposity
  • Get the latest version of kztimer.inc from here.
  • Get the latest version of afk_manager.inc from here.
  • Get the latest version of multicolors from here.
  • Get the latest version of sourcebanspp.inc from here.