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

(CSGO) how to hook printcentertext? or printhinttext?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 07-31-2015 , 03:58   (CSGO) how to hook printcentertext? or printhinttext?
Reply With Quote #1

is it possible to hook it and get what its saying?
8guawong is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 07-31-2015 , 05:32   Re: (CSGO) how to hook printcentertext? or printhinttext?
Reply With Quote #2

Yep, UserMessages are hookable.

Last edited by KissLick; 07-31-2015 at 05:32.
KissLick is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 07-31-2015 , 10:40   Re: (CSGO) how to hook printcentertext? or printhinttext?
Reply With Quote #3

could you show me how to do it
i tried

PHP Code:
new UserMsg:HintMsg;
public 
OnPluginStart()
{
    
HintMsg  GetUserMessageId("KeyHintText");
    
HookUserMessage(HintMsgUserMessagesHooktrue);
}
public 
Action:UserMessagesHook(UserMsg:msg_idHandle:msg, const players[], playersNumbool:reliablebool:init)
{
    if (
reliable)
    {
        
decl String:params[PLATFORM_MAX_PATH]
        
PbReadString(msg"params"paramssizeof(params), 0)

        
PrintToServer("%s"params);
    }

    return 
Plugin_Continue

but does not work with printcentertext

i tried KeyHintText, HudText, HudMsg, HintText
8guawong 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 15:35.


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