Raised This Month: $51 Target: $400
 12% 

Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16


Post New Thread Reply   
 
Thread Tools Display Modes
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-06-2017 , 14:27   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #791

Noticing Galileo has no `changelevel` menu menu. Do you want to remove the `Changelevel` and `Vote for Maps` menu entries?

I only know of editing the default `addons\amxmodx\scripting\menufront.sma` and editing its default entries:
Code:
AddDefaultMenus() {     new flags;     AddMenuLang("KICK_PLAYER", "amx_kickmenu", get_clcmd_flags("amx_kickmenu", flags) ? flags : ADMIN_KICK , "Players Menu")     AddMenuLang("BAN_PLAYER", "amx_banmenu", get_clcmd_flags("amx_banmenu", flags) ? flags : ADMIN_BAN, "Players Menu")     AddMenuLang("SLAP_SLAY", "amx_slapmenu", get_clcmd_flags("amx_slapmenu", flags) ? flags : ADMIN_SLAY, "Players Menu")     AddMenuLang("TEAM_PLAYER", "amx_teammenu", get_clcmd_flags("amx_teammenu", flags) ? flags : ADMIN_LEVEL_A, "Players Menu")     AddMenuLang("CHANGEL", "amx_mapmenu", get_clcmd_flags("amx_mapmenu", flags) ? flags : ADMIN_MAP, "Maps Menu")     AddMenuLang("SPECH_STUFF", "amx_speechmenu", get_clcmd_flags("amx_speechmenu", flags) ? flags : ADMIN_MENU, "Commands Menu")     AddMenuLang("CLIENT_COM", "amx_clcmdmenu", get_clcmd_flags("amx_clcmdmenu", flags) ? flags : ADMIN_LEVEL_A, "Players Menu")     AddMenuLang("SERVER_COM", "amx_cmdmenu", get_clcmd_flags("amx_cmdmenu", flags) ? flags : ADMIN_MENU, "Commands Menu")     AddMenuLang("CVARS_SET", "amx_cvarmenu", get_clcmd_flags("amx_cvarmenu", flags) ? flags : ADMIN_CVAR, "Commands Menu")     AddMenuLang("CONFIG", "amx_cfgmenu", get_clcmd_flags("amx_cfgmenu", flags) ? flags : ADMIN_MENU, "Commands Menu")     AddMenuLang("LANG_SET", "amx_langmenu", get_clcmd_flags("amx_langmenu", flags) ? flags : ADMIN_CFG, "Multi-Lingual System")     AddMenuLang("STATS_SET", "amx_statscfgmenu", get_clcmd_flags("amx_statscfgmenu", flags) ? flags : ADMIN_CFG, "Stats Configuration")     AddMenuLang("PAUSE_PLUG", "amx_pausecfgmenu", get_clcmd_flags("amx_pausecfgmenu", flags) ? flags : ADMIN_CFG, "Pause Plugins")     AddMenuLang("RES_WEAP", "amx_restmenu", get_clcmd_flags("amx_restmenu", flags) ? flags : ADMIN_CFG, "Restrict Weapons")     AddMenuLang("TELE_PLAYER", "amx_teleportmenu", get_clcmd_flags("amx_teleportmenu", flags) ? flags : ADMIN_CFG, "Teleport Menu") }

I think that for the default maps menu, you could just delete the file `addons\amxmodx\configs\maps.ini`, then it would display all server maps on the menu. You could search the forum about it.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
BeNq!
Senior Member
Join Date: Mar 2009
Old 07-11-2017 , 22:03   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #792

What is it:

BeNq! is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-11-2017 , 22:25   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #793

Quote:
Originally Posted by BeNq! View Post
What is it:
It is a bug fix for the AMXX 182 menu filling:
Quote:
Originally Posted by https://www.amxmodx.org/api/newmenus/menu_addblank
When using slot=1 this might break your menu.
So I added the `OFF` text as filler and be able to put the `back` and `next` buttons at the bottom of the page.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
BeNq!
Senior Member
Join Date: Mar 2009
Old 07-12-2017 , 08:01   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #794

I have AMXX 1.8.3-re.
BeNq! is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-12-2017 , 13:18   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #795

Quote:
Originally Posted by BeNq! View Post
I have AMXX 1.8.3-re.
I only implemented it for AMXX 182, so if you use AMXX 183, it will also be like that.
So, I can look into adding better support for AMXX 183, removing this workaround/kludge.

I opened a issue for tracking it on:

1. Issue#72 Remove the bug fix for the AMXX 182 menu filling on AMXX 183
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
feruchio
Member
Join Date: Feb 2016
Location: 93.123.18.81:27017
Old 07-12-2017 , 13:19   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #796

Will it be possible to fix, that rtv bug for my server? :-)
__________________
feruchio is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-12-2017 , 13:25   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #797

When I looked into the code, everything seems fine, so without a log I do not know if it is possible on my available time.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
feruchio
Member
Join Date: Feb 2016
Location: 93.123.18.81:27017
Old 07-12-2017 , 13:28   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #798

Quote:
Originally Posted by addons_zz View Post
When I looked into the code, everything seems fine, so without a log I do not know if it is possible on my available time.
Okay could you give it again the one with bug log enabled for the latest version (.amxx).
__________________
feruchio is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-12-2017 , 13:32   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #799

I attached here the version `v5.7.2-890` with the log record enabled:
Attached Files
File Type: sma Get Plugin or Get Source (galileo.sma - 535 views - 769.6 KB)
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Barlap
Senior Member
Join Date: Apr 2016
Location: Romania
Old 07-15-2017 , 02:36   Re: Galileo v5.7.2-885 (a feature rich map voting plugin) | Last Update: 2017-05-25
Reply With Quote #800

Hello all.
I have a problem with this plugin.
I have a mod on my server that votes automaticaly with galileo plugin at the map begining, but after the vote the galileo changes automaticaly the map.
How i can stop automaticaly map change, i just want galileo set nextmap without change it.
__________________
Barlap is offline
Send a message via ICQ to Barlap Send a message via Skype™ to Barlap
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode