Raised This Month: $32 Target: $400
 8% 

...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cristian505
Senior Member
Join Date: Oct 2020
Old 12-23-2021 , 13:46   ...
Reply With Quote #1

...

Last edited by Cristian505; 08-10-2022 at 14:14.
Cristian505 is offline
JohnyS
Junior Member
Join Date: Feb 2019
Old 12-26-2021 , 10:42   Re: Block DhudMessage
Reply With Quote #2

be sure to have mp_friendlyfire 0
JohnyS is offline
Cristian505
Senior Member
Join Date: Oct 2020
Old 12-27-2021 , 14:59   Re: Block DhudMessage
Reply With Quote #3

...

Last edited by Cristian505; 08-10-2022 at 14:14.
Cristian505 is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 12-27-2021 , 15:48   Re: Block DhudMessage
Reply With Quote #4

You can find all hint messages inside of cstrike/resource/cstrike_english.txt

PHP Code:
#include <amxmodx>
#include <fakemeta>

public plugin_init()
{
    
register_message(get_user_msgid("HudTextArgs"), "MsgHudTextArgs")
}

public 
MsgHudTextArgs(iddestent)
{
    new 
szHint[48]
    
get_msg_arg_string(1szHintcharsmax(szHint))

    
/*"Cstrike_TitlesTXT_Hint_careful_around_teammates"            "Careful!
Killing teammates will not be tolerated!"*/
    
if(equali(szHint"Hint_careful_around_teammates"))
    {
        
set_pdata_float(ent1980.0)
        return 
PLUGIN_HANDLED
    
}

    return 
PLUGIN_CONTINUE

__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]

Last edited by Shadows Adi; 12-27-2021 at 15:49.
Shadows Adi is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-27-2021 , 16:19   Re: Block DhudMessage
Reply With Quote #5

You can also use this to block/modify any message in the game - https://forums.alliedmods.net/showthread.php?t=282218
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Reply


Thread Tools
Display Modes

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:16.


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