shobhit-pathak / MatchZy

MatchZy is a plugin for CS2 (Counter Strike 2) for running and managing practice/pugs/scrims/matches with easy configuration and Get5 (G5API/G5V) support as well!
https://shobhit-pathak.github.io/MatchZy/
MIT License
221 stars 55 forks source link

[REQ] Toggle SkipVeto #99

Closed lanslide-team closed 3 months ago

lanslide-team commented 4 months ago

Similar to roundknife, it would be good to have a command to toggle the ability to skipveto at the start of a match.

.skipveto // Toggle the current state .skipveto 0 // Set to False .skipveto 1 // Set to True

lanslide-team commented 3 months ago

I implemented it a bit differently, to just allow the SkipVeto command for admins to skip the veto rather than toggle the command.

Pull request: https://github.com/shobhit-pathak/MatchZy/pull/114