One menu blocks other to show up!
Hello. I have created a menu that pops-up at round start with some good stuff in it, but there is a problem... I want to use it with Zombie Plague mod and when the round starts the mods gun menu blocks my created menu to show up... So, is there a way to do a menu that will pop-up after some time or when the ZP gun menu will be closed?
P.S. If there are a topic with answer, please post a link. Thank you! :wink: |
Re: One menu blocks other to show up!
http://www.amxmodx.org/funcwiki.php?go=func&id=280
I think that this does the trick. Using it in conjunction with a loop set_task will do the trick. |
Re: One menu blocks other to show up!
Can you (or some1 else) give me an example with that? Because I'm not good at scripting and I can't understand how to put it in my menu... :oops: This is my first time I have this problem. :|
|
Re: One menu blocks other to show up!
Before you show the menu use the function that I have stated above.
|
Re: One menu blocks other to show up!
Thanks for your reply.
I puted this in my code: Code:
public menu_keys() { |
Re: One menu blocks other to show up!
I think you should use get_maxplayers() instead of "33" in your loop.
|
Re: One menu blocks other to show up!
Man, I still can't get it to work... Can someone make that this menu will show up after some time?
Code:
#include <amxmodx> |
Re: One menu blocks other to show up!
using tasks i think: http://www.amxmodx.org/funcwiki.php?go=func&id=253
|
Re: One menu blocks other to show up!
Code:
new args[1]; |
Re: One menu blocks other to show up!
SOLVED with that menu show up!
Now I have other problems with menu... 1th - When some one chooses from menu Extra Speed, they don't get it... This is how looks speed code: PHP Code:
PHP Code:
2nd - How to make, that only CT's can choose weapon from menu? P.S. Sorry for double-post. |
| All times are GMT -4. The time now is 15:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.