AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [L4D2] More characters in PrintHintText (https://forums.alliedmods.net/showthread.php?t=342482)

eyal282 04-17-2023 10:12

[L4D2] More characters in PrintHintText
 
It's incredibly small. I want to make a player list and it's just too short to do.

Marttt 04-17-2023 10:30

Re: [L4D2] More characters in PrintHintText
 
Try reaching Valve

LinLinLin 04-27-2023 01:12

Re: [L4D2] More characters in PrintHintText
 
hint text only support 3 line.

mich8441012 05-25-2023 22:37

Re: [L4D2] More characters in PrintHintText
 
Maybe modify the buffer size?
https://github.com/alliedmodders/sou...flife.cpp#L400

ProjectSky 05-26-2023 12:39

Re: [L4D2] More characters in PrintHintText
 
this is engine limit cannot be changed

PHP Code:

DLL_MessageEnd:  Refusing to send user message HintText of 256 bytes to clientuser message size limit is 255 bytes 


eyal282 06-01-2023 02:30

Re: [L4D2] More characters in PrintHintText
 
Quote:

Originally Posted by ProjectSky (Post 2805063)
this is engine limit cannot be changed

PHP Code:

DLL_MessageEnd:  Refusing to send user message HintText of 256 bytes to clientuser message size limit is 255 bytes 



Let's ask the real questions: Can we merge several characters in 1 byte? :D

Volvo moment.


All times are GMT -4. The time now is 03:49.

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