evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
17 stars 17 forks source link

Create and open a Post-Vote menu #40

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

Create and open a Post-Vote menu

After the player vote, open a new menu showing the options:

  1. See the voting progress
  2. Undo my vote
  3. Close the vote menu

If the user choose See the voting progress still allow him to see the other new menu at the 0 - None option by:

  1. https://github.com/evandrocoan/Galileo/issues/4 Allowing to close the vote menu when the vote status is 3 - always show the vote current progress

Basically this is the same menu opened the new menu above.

evandrocoan commented 7 years ago

Implemented:

// Shows the voting option "None" for people to choose if they don't
// like any other choice.
//
// 0 - Disabled this feature.
// 1 - Enabled this feature.
// 2 - Instead of adding a new menu option as `None`, to add a new
//     submenu allowing to choose the option: `None`, `Go back`,
//     `Close The Voting Menu` and `Undo My vote`.
gal_vote_show_none 2

image

image