These are pretty easy to understand. If you have more than 32 maps in your mapcycle you change MAX_MAPS. If you don't want the mapcycle even checked comment out MAPCYCLE. EXTENDMAX is the amount of times a map may be extended before extending is not allowed anymore. EXTENDTIME is the max amount of time anyone can extend a map each time they extend it. Change these to whatever you want before you compile it. EXTENDMAX and EXTENDTIME are not cvars because any admin could defeat the purpose of the plugin by changing them.#define MAX_MAPS 32 // Change this if you have more than 32 maps in mapcycle.
#define MAPCYCLE // Check mapcycle to prevent non mapcycle files from being extended.
#define EXTENDMAX 3 // Maximum number of times a map may be extended by anyone.
#define EXTENDTIME 15 // Maximum amount of time any map can be extended at once.
Fixed bug, you can no longer extend the map by a negative number thereby removing time from the remaining maptime.
get plugin