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

Trims the text


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
strangeguy
Senior Member
Join Date: Mar 2019
Old 05-26-2020 , 10:20   Trims the text
Reply With Quote #1

Hello!
I have one bug in zombie plague extra items. Because extra items menu trims to me text like in photo. How I can change that?


Last edited by strangeguy; 05-26-2020 at 10:22.
strangeguy is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 05-26-2020 , 12:32   Re: Trims the text
Reply With Quote #2

Hmm , menu system behaves strange sometimes i guess.
My test with exactly same length of string on two menu items, one without any color second with colors

https://imgur.com/a/gVIzs8P

Code
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("Test""1.0""DiGiTaL")
    
register_clcmd("say /menu""ShowMenu")
}

public 
ShowMenu(id)
{
    new 
menu menu_create("Hello world""handle_menu")
    
menu_additem(menu"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.")
    
menu_additem(menu"\wLorem ipsum dolor sit amet, consectetur \radipiscing elit, sed do eiusmod tempor incididunt \yut labore et dolore magna aliqua.")
    
menu_display(idmenu)
}

public 
handle_menu(idmenuitem)
{
    if(
item == MENU_EXIT)
        return 
PLUGIN_CONTINUE
    
return PLUGIN_HANDLED

instinctpt1 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-26-2020 , 14:35   Re: Trims the text
Reply With Quote #3

Probably the variable that holds the item name is limited to 32 characters. Find it in the code and increase it.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
strangeguy
Senior Member
Join Date: Mar 2019
Old 05-27-2020 , 06:14   Re: Trims the text
Reply With Quote #4

Quote:
Originally Posted by OciXCrom View Post
Probably the variable that holds the item name is limited to 32 characters. Find it in the code and increase it.
Thank you that works
strangeguy is offline
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 03:30.


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