08-09-2017, 07:08 PM
(This post was last modified: 01-04-2018, 11:53 PM by NeoAssassin.
Edit Reason: Fixed directories
)
Plugin Information
It works similar to the Map Chooser that comes with ZPS, but this one changes the 5th slot to either increase the time, or the round. This can be changed inside the plugin to suit your needs!
But it also comes with new features, which are similar to the old AMXX map chooser and SM Extended Map Chooser.
Plugin Installation
You simply copy the MapChooserEx.as into zps/data/scripts/plugins/ and then modify zps/default_plugins.txt. (NOTE: Don't forget to comment out, or remove, the MapChooser that is already included!)
2017-09-14 | 1.0.5
2017-09-14 | 1.0.4
2017-08-25 | 1.0.3
2017-08-19 | 1.0.2
2017-08-11 | 1.0.1
It works similar to the Map Chooser that comes with ZPS, but this one changes the 5th slot to either increase the time, or the round. This can be changed inside the plugin to suit your needs!
But it also comes with new features, which are similar to the old AMXX map chooser and SM Extended Map Chooser.

- A Countdown to the actual vote
- Sound countdown (Optional, can be toggled off)
- Choose to either add more rounds, or increase the timer (the gamemode rounds must be set higher than 0 to make use of the rounds variant!)
Plugin Installation
You simply copy the MapChooserEx.as into zps/data/scripts/plugins/ and then modify zps/default_plugins.txt. (NOTE: Don't forget to comment out, or remove, the MapChooser that is already included!)
Code:
1 |
|
Change log
2018-01-03 | 1.0.6
- Added config file
- Added round support
- Fixed some bugs related to timelimit
2017-09-14 | 1.0.5
- Updated the hooks to use the new method
- Re-wrote some functions to fix some loopholes
- Fixed where it wouldn't grab the timelimit if the timelimit was set as 0 on server initial bootup
- Fixed where the numbers it was displaying on the chat was incorrect
- Added Color support for the chat messages
2017-09-14 | 1.0.4
- Updated to the latest revision (Added Plugin author, version and name)
2017-08-25 | 1.0.3
- Fixed some typos where it would cause the plugin to stop working
2017-08-19 | 1.0.2
- Added Cvars
- Updated the hooks to the latest revision
2017-08-11 | 1.0.1
- Fixed "Case found ',' but expected ':'" error
- Added Say hook (!timeleft, /timeleft and timeleft)
- Fixed typos in PluginInit()
- Moved the download & Precache down to MapInit() instead