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

[CS:GO] Key Hint ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Razmo51
Senior Member
Join Date: Aug 2011
Location: Event "player_death
Old 09-12-2012 , 11:39   [CS:GO] Key Hint ?
Reply With Quote #1

Hello,

Is there any way to Print a KeyHint to a client in CS:GO ? like in CS:S ? (KeyHintText message doesn't works)


thanks
__________________
Sorry for my bad English, I'm Belgian

Last edited by Razmo51; 09-12-2012 at 11:40.
Razmo51 is offline
donrevan
AlliedModders Donor
Join Date: Jul 2010
Old 09-12-2012 , 13:13   Re: [CS:GO] Key Hint ?
Reply With Quote #2

KeyHintText is "working" as far as I can tell.

[IMG]http://img6.**************/img6/2725/naamloostjw.png[/IMG]

Maybe I did something wrong.. here's the code:
Code:
new Handle:userMessage = StartMessageOne("KeyHintText", client);
BfWriteByte(userMessage, 1); 
BfWriteString(userMessage, "blah");     
EndMessage();
By the way, this was tested in the CS:GO beta - I don't know if they made changes to it
donrevan is offline
Zylius
SourceMod Donor
Join Date: Nov 2009
Old 09-12-2012 , 13:47   Re: [CS:GO] Key Hint ?
Reply With Quote #3

Quote:
Originally Posted by donrevan View Post
KeyHintText is "working" as far as I can tell.

[IMG]http://img6.**************/img6/2725/naamloostjw.png[/IMG]

Maybe I did something wrong.. here's the code:
Code:
new Handle:userMessage = StartMessageOne("KeyHintText", client);
BfWriteByte(userMessage, 1); 
BfWriteString(userMessage, "blah");     
EndMessage();
By the way, this was tested in the CS:GO beta - I don't know if they made changes to it
You don't need the "1" byte in CS:GO. And it won't show you the malformed character.
Zylius is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 09-12-2012 , 14:20   Re: [CS:GO] Key Hint ?
Reply With Quote #4

PHP Code:
new Handle:h_KHT StartMessageAll("KeyHintText");
BfWriteString(h_KHT"shavit is cool!");
EndMessage(); 
__________________
retired
shavit is offline
Razmo51
Senior Member
Join Date: Aug 2011
Location: Event "player_death
Old 09-12-2012 , 17:27   Re: [CS:GO] Key Hint ?
Reply With Quote #5

I want to Print like in CS:S, at the same place, Is this possible ?
__________________
Sorry for my bad English, I'm Belgian
Razmo51 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-12-2012 , 19:17   Re: [CS:GO] Key Hint ?
Reply With Quote #6

Quote:
Originally Posted by Razmo51 View Post
I want to Print like in CS:S, at the same place, Is this possible ?
No, HPE moved all the messages to the hint area.
__________________
asherkin is offline
Razmo51
Senior Member
Join Date: Aug 2011
Location: Event "player_death
Old 09-13-2012 , 12:09   Re: [CS:GO] Key Hint ?
Reply With Quote #7

sad ;(

thanks
__________________
Sorry for my bad English, I'm Belgian

Last edited by Razmo51; 09-13-2012 at 12:09.
Razmo51 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 19:51.


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