AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   OciXCrom Knives (https://forums.alliedmods.net/showthread.php?t=327116)

Cirovic 09-01-2020 23:32

OciXCrom Knives
 
So what is problem with this, why whole name of knife cant be seenable i know there is limit but this is less than limit, even in the code i set limit higher that this...

http://prntscr.com/u9znrn
http://prntscr.com/u9zo0r

Cirovic 09-01-2020 23:33

Re: OciXCrom Knives
 
btw this was before bug happend > http://prntscr.com/u9zrb7

HamletEagle 09-02-2020 03:10

Re: OciXCrom Knives
 
Ask in the plugin's thread.
Btw, that thing you changed? Change it back to what it was, it has nothing to do with your problem.

OciXCrom 09-02-2020 07:00

Re: OciXCrom Knives
 
Code:
enum _:Knives {     NAME[MAX_NAME_LENGTH],

Increase here if you want more.

Stefanos 09-02-2020 08:53

Re: OciXCrom Knives
 
how it should like if i want 512 charachters can you help me?

https://imgur.com/a/MHAkFkZ - here right?

OciXCrom 09-02-2020 09:14

Re: OciXCrom Knives
 
That would not be possible because a menu can't display more than 512 characters in total.

Stefanos 09-02-2020 09:38

Re: OciXCrom Knives
 
it works now thanks.

HamletEagle 09-02-2020 11:31

Re: OciXCrom Knives
 
Quote:

Originally Posted by OciXCrom (Post 2716366)
Code:
enum _:Knives {     NAME[MAX_NAME_LENGTH],

Increase here if you want more.

MAX_NAME_LENGTH is supposed to be used for player names. Sizing other unrelated buffers with it it's confusing.


All times are GMT -4. The time now is 09:57.

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