View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-02-2017 , 09:24   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #789

Which admin votemap menu?

The default AMXX installation comes with one. But galileo also has one menu, which if enabled, is opened by the command `say galmenu`.

Command 'say galmenu [page_number]', (admin MAP level required) to choose from the loaded server
maps, the maps to create a map voting by a menu, as the one with the `gal_votemap` command. Consider here the
nomination file list as maps source to build up the menu. If specified the `page_number` argument, the menu
will be opened a the specified page. Example: `say galmenu 50` will open the menu right on the page 50.
If the argument `page_number` is omitted, the menu will open at the first page, or the last page
you opened it. It requires the cvar `gal_nom_playerallowance` to be set to a value higher than 0.

To display all server maps on the built-in menu `say galmenu` you should set the cvars:
Code:
// Specifies how many nominations each player can make. There is a hard // cap defined that is set to 8. This CVAR needs to be set equal to or // less than the hard cap. A value of 0 will disable this feature. // // Default: 0 gal_nom_playerallowance 2 // Specifies the file to use which holds the names of the maps, listed // one per line, that players can nominate. // You can specify a relative path before the filename, relative from // your gamemod folder (i.e. "addons/amxmodx/configs/mymapcycle.txt"). // // Use * for all maps in the server's maps folder. // Use # for your mapcycle (whatever file is on the cvar 'mapcyclefile'). // // To disabled this feature, set the cvar `gal_nom_playerallowance` to 0 // // Default: "*" gal_nom_mapfile "*"
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 07-02-2017 at 09:30.
addons_zz is offline