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

[CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>


Post New Thread Reply   
 
Thread Tools Display Modes
rzrhome
Junior Member
Join Date: Sep 2016
Old 11-21-2019 , 05:37   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #21

Quote:
Originally Posted by Kubad View Post
And when i try english Version its $ on start of message. Its better than nothing

But i will happy for czech Lang
yes me get also a $ on start of message
rzrhome is offline
fragnichtnach
AlliedModders Donor
Join Date: Oct 2008
Old 11-21-2019 , 06:13   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #22

Thanks for the release and your effort. Few questions:
Code:
static char sBuf[8192];
Why 8192? Is this not wasting capacity? Beside this: How much does this effect the performance. Is it negligible?


At the beginning of each hint message is a
$
How do I avoid this $?
fragnichtnach is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-21-2019 , 06:21   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #23

Valve removed hint colors for normal meeseges so the $ symbol is the side effect of a exploit solution for enable colors.

Btw, I am trying to replace printcentertext for another printcentertext with colors without success yet. Because it is always printhinttext currently. I will continue trying.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 11-21-2019 at 06:29.
Franc1sco is offline
Send a message via MSN to Franc1sco
Kubad
Senior Member
Join Date: Sep 2015
Location: Czech Republic
Old 11-21-2019 , 09:53   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #24

and code </br> works or not ?
Kubad is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 11-21-2019 , 11:34   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #25

Quote:
Originally Posted by lesa View Post
Franug's is better, but here you go.

Plugin original version 1.0.0
I assumed the original had configs or such to make multiple hints or something instead of setting inside the SP.
Os is there a command for having numerous hints?
Notifications is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 11-22-2019 , 20:59   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #26

Quote:
Originally Posted by Franc1sco View Post
Here a hotfix.

Offtopic: I reached 4.000 posts here in alliedmods forums!


Edit: Plugin updated version 1.0.1 - hook more possible colored msgs.
You're one of the best out here anyway Franc1sco!
__________________

*** *** ***
-My plugins-
St00ne is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 11-25-2019 , 17:00   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #27

L 11/25/2019 - 21:594: [SM] Exception reported: Could not send a usermessage
L 11/25/2019 - 21:594: [SM] Blaming: hintfix.smx
L 11/25/2019 - 21:594: [SM] Call stack trace:
L 11/25/2019 - 21:594: [SM] [0] PrintToChat
L 11/25/2019 - 21:594: [SM] [1] Line 386, include/halflife.inc:rintToChatAll
L 11/25/2019 - 21:594: [SM] [2] Line 57, plugin.sp::TextMsgHintTextHook
L 11/25/2019 - 22:00:11: [SM] Exception reported: Could not send a usermessage

Error logs spammed, don't even know why any *if* in mind guys?
supertimor is offline
haooy
Member
Join Date: Dec 2017
Location: Poland
Old 11-28-2019 , 13:25   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #28

please fix this:
[SM] Exception reported: Client x is not connected
[SM] Blaming: FixHintColorMessages.smx
[SM] Call stack trace:
[SM] [0] StartMessageEx
[SM] [1] Line 78, /home/forums/content/files/9/4/2/7/7/178326.attach::TextMsgFix
haooy is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-28-2019 , 19:35   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #29

Quote:
Originally Posted by supertimor View Post
L 11/25/2019 - 21:594: [SM] Exception reported: Could not send a usermessage
L 11/25/2019 - 21:594: [SM] Blaming: hintfix.smx
L 11/25/2019 - 21:594: [SM] Call stack trace:
L 11/25/2019 - 21:594: [SM] [0] PrintToChat
L 11/25/2019 - 21:594: [SM] [1] Line 386, include/halflife.inc:rintToChatAll
L 11/25/2019 - 21:594: [SM] [2] Line 57, plugin.sp::TextMsgHintTextHook
L 11/25/2019 - 22:00:11: [SM] Exception reported: Could not send a usermessage

Error logs spammed, don't even know why any *if* in mind guys?
Quote:
Originally Posted by haooy View Post
please fix this:
[SM] Exception reported: Client x is not connected
[SM] Blaming: FixHintColorMessages.smx
[SM] Call stack trace:
[SM] [0] StartMessageEx
[SM] [1] Line 78, /home/forums/content/files/9/4/2/7/7/178326.attach::TextMsgFix

Try this https://github.com/Franc1sco/FixHint...sages/tree/dev

I moved the plugin to github so you can open issues here https://github.com/Franc1sco/FixHint...essages/issues
And pull requests are welcome
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 11-28-2019 at 19:38.
Franc1sco is offline
Send a message via MSN to Franc1sco
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 11-29-2019 , 17:02   Re: [CSGO]PrintHintTextToAll cant use <font color='#00ffff' size='26'>
Reply With Quote #30

Quote:
Originally Posted by Franc1sco View Post
the new update is very good with only one extra $ sign ..nice work
__________________
raj kaul 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 16:07.


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