AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   [CSGO] Return tabs to hud hints (https://forums.alliedmods.net/showthread.php?t=308910)

butare 07-07-2018 22:28

[CSGO] Return tabs to hud hints
 
In csgo update ( 7/6/2018 - panorama update ) tabs were broken and didn't work in hud hints.

So I found simple solution for it by using <pre> tag!
Example of how to use it in code:
Code:

PrintHintText(client, "<pre>Test\t\t\tMessage\nAnother\t\tMessage</pre>");
And here how it looks like in game:
https://i.imgur.com/ZxV8kuJ.png

So as you can see it's sorted by 2 columns perfectly, as it should!

Charles_ 07-07-2018 23:50

Re: [CSGO] Return tabs to hud hints
 
Well then, that's interesting, but I still prefer taking advantage of having more rows rather than wasting characters on pre tag. Also Source style hint huds generally looks less cluttered in my opinion, but this definitely could have it's use cases.

michaelrw 07-08-2018 09:12

Re: [CSGO] Return tabs to hud hints
 
Quote:

Originally Posted by Charles_ (Post 2601819)
Well then, that's interesting, but I still prefer taking advantage of having more rows rather than wasting characters on pre tag. Also Source style hint huds generally looks less cluttered in my opinion, but this definitely could have it's use cases.

you’re saying it’s still limited to 512 chars? Good find @ OP

Proz 07-08-2018 10:53

Re: [CSGO] Return tabs to hud hints
 
I guess its still not possible to remove the icon?

butare 07-08-2018 11:14

Re: [CSGO] Return tabs to hud hints
 
Quote:

Originally Posted by Proz (Post 2601974)
I guess its still not possible to remove the icon?

Yea, I don't think it's possible :cry:


All times are GMT -4. The time now is 05:04.

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