Raised This Month: $32 Target: $400
 8% 

Menu.Display() possible to change font size?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Austin
Senior Member
Join Date: Oct 2005
Old 07-25-2021 , 18:11   Menu.Display() possible to change font size?
Reply With Quote #1

I created a very simple map change menu for csgo and it works but Menu.Display() uses a giant font.
Can the font size be changed to something more reasonable to show more menu items?

Here is basicially what I am doing and it's working great except for the GIANT font size...

PHP Code:
    Menu menunull;    
    
File file OpenFile("maplist.txt""rt");
    
    while (!
file.EndOfFile() && file.ReadLine(mapnamesizeof(mapname)))
    {
        if (!
IsMapValid(mapname))
            continue;
        
menu.AddItem(mapnamemapname);
    }
    
file.Close();
    
    
menu.SetTitle("Please select a map:");
    
menu.Display(clientMENU_TIME_FOREVER); 

Last edited by Austin; 07-25-2021 at 18:13.
Austin is offline
SpirT
Senior Member
Join Date: Sep 2018
Location: Portugal
Old 07-29-2021 , 10:52   Re: Menu.Display() possible to change font size?
Reply With Quote #2

Quote:
Originally Posted by Austin View Post
I created a very simple map change menu for csgo and it works but Menu.Display() uses a giant font.
Can the font size be changed to something more reasonable to show more menu items?

Here is basicially what I am doing and it's working great except for the GIANT font size...

PHP Code:
    Menu menunull;    
    
File file OpenFile("maplist.txt""rt");
    
    while (!
file.EndOfFile() && file.ReadLine(mapnamesizeof(mapname)))
    {
        if (!
IsMapValid(mapname))
            continue;
        
menu.AddItem(mapnamemapname);
    }
    
file.Close();
    
    
menu.SetTitle("Please select a map:");
    
menu.Display(clientMENU_TIME_FOREVER); 
Hey there. As far as I know there isn't any way of changing the menu font.
Also, if you could change the font size you would not be able to add more menu items in 1 page. There is a maximum of 10 items per page in the menu:
Index 0: Menu title
Index1-6: Menu items added by the plugin
Index7: Button to go previous page (if enabled)
Index8: Go to the next page
Index 9: Exit (if enabled)
__________________
SpirT is offline
Reply


Thread Tools
Display Modes

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 16:35.


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