-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some issues #8
Comments
Hi,
|
-does any of these should be disabled? nextmap.amxx |
I just tested the command and it works correctly. Are you using the version compiled by Git or a modified version? 🤔
All those that you just mentioned. The plugin already includes the ‘timeleft’, ‘nextmod’, ‘nextmap’, etc commands and the entire map voting system. So you don't need any additional plugin for this purpose. 😄 |
version compiled by git |
Do you have admin access? See "addons/amxmodx/configs/multimod_manager/configs.json" -> "adminflags" for menu access |
yes |
So I don't know exactly the reason for the problem 🤔 . Try placing the plugin at the top of the plugins list in "plugins.ini" |
Still not working 😢 |
Post the file here for review it |
|
@Veal-Uneasily4 |
Hey,
|
Can't reproduce the original issue. Are you still unable to use changelevel command? |
I sent the errors I get when using that command above your message (error: heap low). |
Hi, now I can see the error you have more clearly. I think it might be my mistake to use the native “fmt” inside another “fmt,” which could be causing the error. It could also be related to the language you are using for the menu. In my case, it was tested with the “Spanish” language, and there were no issues. [If you can let me know which language you are using and check if you encounter the same error in another language, I will try to send a commit to fix the issue with the use of “fmt” |
The language I use in server is english. I changed amx_lang "es" in server to try with spanish, |
@Veal-Uneasily4 Can you test the changes? #13 Download from "Actions" |
Fixed: options 1-3 now works without any issues Not fixed: options 4-5 (Start a vote mod/map) not working;
Also got some questions:
|
I pushed new commit, can you test it? Don't forget to replace the lang file. |
|
Now it's working,
|
Fixed!
I'll think about the best way to implement your idea. I'll open a new PR after I finish fixing this issue. |
amx_map , changelevel, rcon restart
.Instead of restarting/changing to the desired map, it choosing a random map from the default Mod.
Does the plugin support that? if not, would be nice to see that supported (or maybe through a separate command),
as it's crucial in some servers... (I can't use the plugin without it 😞)
I'm using a spec bot plugin (two bots in spec with server ip/site),
and sometimes after changing map, it duplicates them.
Also, it counts them for starting the "rtv".
So if a player is alone, he can't rtv by himself, cause of the two bots that needs to rtv as well.
Can you make it show more than 9 Mods/Maps?
The text was updated successfully, but these errors were encountered: