PDA

View Full Version : Round Limit


BloodBird
06-15-2016, 18:36
I know there is a way to do this in sourcemod on its own, but I am using a specialized plugin that is preventing me from forcing round limit instead of time limit.

What I am hoping if it's not too difficult to do is if someone can create a simple plugin that sets just a few paramaters.

1. The map changes are determined by a round limit (default 10) and after the limit is reached the map changes.

2. After the second last round (So during start of last round) a map vote occurs, and map changes after the next round, or if extend is chose, the map is extended for 5 extra rounds, followed by another vote.

3. I need a cvar for adjusting the round limit, in case it needs to be changed from 10.

All of this should easily be able to be tied into the base sourcemod plugins, mapchooser.smx and rtv.smx, I just need something to make my server use round limit.

I cannot for the life of me get it to work on my own.

BloodBird
06-15-2016, 19:53
Nevermind, I managed to figure out how to get it to work.