AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Help Menu v0.3 (7/10) (https://forums.alliedmods.net/showthread.php?t=72576)

HarryPotter 12-08-2022 01:14

Re: Help Menu v0.3 (7/10)
 
Quote:

Originally Posted by Mika Misori (Post 2794703)
Please help. Is there a limit to the amount of text in the menu? Because at a certain point, my menu stops displaying correctly.

The first menu is displayed correctly (first screenshot), there is back, next, exit button and everything is displayed correctly.

In the second menu (second screenshot), on the 7th menu item is no longer displayed correctly, there are no back, next and exit buttons. I tried to write any text here, even just "AAAAAAAAAAAAAAAAAA". After the 5 words the menu stops displaying, if less than 5 words, then everything is ok, if more than 5 words, everything is broken. It looks like a character limit. Is there any way to turn it off, please?

No, decrease your words

Mika Misori 12-08-2022 04:18

Re: Help Menu v0.3 (7/10)
 
Quote:

Originally Posted by HarryPotter (Post 2794726)
No, decrease your words

It turns out that there is a limit on the number of words. Can it be turned off or removed? Can I change something in the code to disable it? I need to write a lot of text in the help menu.

Voleger 03-06-2023 09:27

Re: Help Menu v0.3 (7/10)
 
3 Attachment(s)
Quote:

Originally Posted by Mika Misori (Post 2794736)
It turns out that there is a limit on the number of words. Can it be turned off or removed? Can I change something in the code to disable it? I need to write a lot of text in the help menu.

You can try to remove ("type" "text") in the cfg, it will just be numbered text

Naathy 03-06-2023 23:08

Re: Help Menu v0.3 (7/10)
 
This plugin is so old. I think you guys should try this one

Mika Misori 03-10-2023 09:14

Re: Help Menu v0.3 (7/10)
 
Quote:

Originally Posted by Voleger (Post 2800766)
You can try to remove ("type" "text") in the cfg, it will just be numbered text

Thanks for the answer, I'll try it and report back later on how it turned out.

Quote:

Originally Posted by Naathy (Post 2800805)
This plugin is so old. I think you guys should try this one

Unfortunately, I couldn't find anything better for Left 4 Dead 2. This plugin works, but with some kind of limit on the amount of text : (

If your plugin works with L4D2 and has no limit on the number of text, then I will definitely try to install it on the server.

Naathy 03-13-2023 19:58

Re: Help Menu v0.3 (7/10)
 
Quote:

Originally Posted by Mika Misori (Post 2800980)
Thanks for the answer, I'll try it and report back later on how it turned out.

If your plugin works with L4D2 and has no limit on the number of text, then I will definitely try to install it on the server.

I did not tested it in L4D2, you can do it? I dont see reasons why should not work, so worth a try.
Let me know when you test and tell me if got you got some issue.

Mika Misori 03-18-2023 17:35

Re: Help Menu v0.3 (7/10)
 
3 Attachment(s)
Quote:

Originally Posted by Voleger (Post 2800766)
You can try to remove ("type" "text") in the cfg, it will just be numbered text

I tried to remove "type" "text" from cfg, but it did not help. Yes, the items in the menu became the regular numbered text, but as soon as I add another line, the text is cut to half a word and the forward/backward/exit buttons disappear (screen in attachment).
It's like I'm hitting the character limit in the plugin... Maybe I'm doing something wrong? Attached my config, if you remove the last item from it "Round does not end when all players die, as long as there is a live bot and you can take control of it (!pickbot).", the menu works correctly, if you leave it, the menu breaks.

Quote:

Originally Posted by Naathy (Post 2801177)
I did not tested it in L4D2, you can do it? I dont see reasons why should not work, so worth a try.
Let me know when you test and tell me if got you got some issue.

I tried to put your plugin on the server, but unfortunately it does not load. Looking at errors is because of the binding to CS game:

65 <Failed> "Easy 'Plugin Maker'" (1.2.1) by Nathy

Errors:
easypluginmaker.smx (Easy 'Plugin Maker'): Required extension "cstrike" file("games/game.cstrike.ext") not running

L 03/19/2023 - 00:08:00: [SM] Unable to load plugin "easypluginmaker.smx": Required extension "cstrike" file("games/game.cstrike.ext") not running

user2000 03-18-2023 19:02

Re: Help Menu v0.3 (7/10)
 
Quote:

I tried to put your plugin on the server, but unfortunately it does not load. Looking at errors is because of the binding to CS game:

65 <Failed> "Easy 'Plugin Maker'" (1.2.1) by Nathy

Errors:
easypluginmaker.smx (Easy 'Plugin Maker'): Required extension "cstrike" file("games/game.cstrike.ext") not running

L 03/19/2023 - 00:08:00: [SM] Unable to load plugin "easypluginmaker.smx": Required extension "cstrike" file("games/game.cstrike.ext") not running
If you comment line 2.. it works but with some error

Try it
https://imgur.com/a/w2iTCpB

PHP Code:

#include <sourcemod>
//#include <cstrike>
#include <clientprefs>
#include <sdktools>
#include <multicolors> 

https://i.imgur.com/9zSlkmX.jpeg

Wizzardoff 09-11-2023 19:11

Re: Help Menu v0.3 (7/10)
 
Quote:

Originally Posted by TheSpyHunter (Post 953222)
See attached:

The menu auto opens after 15 seconds to every new connected player.
Also changed admin list to only show Admins with Kick Flag.

Any chance this plugin can be fixed for compiling with sm 1.11?

inactivoo 05-12-2024 13:39

Re: Help Menu v0.3 (7/10)
 
how to remove the advertisements?


All times are GMT -4. The time now is 06:19.

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