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

[CSGO] Hud - PrintHintText (Native)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Benito
Member
Join Date: Jul 2018
Location: Belgique - Belgium
Plugin ID:
7219
Plugin Version:
Plugin Category:
All
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Unapprover:
    Reason for Unapproving:
    No source code / plugin, GitHub links are broken, fix it and use the Report Post button for a new review.
    Old 07-24-2020 , 09:32   [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #1

    About
    Display hud to clients with server informations.

    Commands
    • !hud - Enable or disable hud display

    Native for developers
    Quote:
    /**
    * Set HUD status value for a client.
    *
    * @param client indexed client.
    * @param value true = Display HUD / false = Disable HUD Display.
    * @return true or false.
    */
    native bool set_hud_status(int client, bool value);
    Screenshot


    Requires:
    FixHintColorMessages

    Installation

    hud.smx -> addons/sourcemod/plugins/

    Download:
    https://github.com/Benito1020/hud-cs...ive/master.zip

    sm_hud.cfg
    Quote:
    // 1 = Enable Discord param / 0 = Disable Discord Param
    // -
    // Default: "0"
    sm_hud_discord "1"

    // Discord Server URL
    // -
    // Default: "https://discord.gg/XXXXXXX"
    sm_hud_discord_url "https://discord.gg/XXXXXXX"

    // 1 = Enable Plugin / 0 = Disable Plugin
    // -
    // Default: "0"
    sm_hud_enable "1"

    // Hud Name prefix
    // -
    // Default: "Sourcemod"
    sm_hud_prefix "Sourcemod"

    // Set Default spacer color on the hud
    // See https://htmlcolorcodes.com
    // -
    // Default: "#00abb8"
    sm_hud_spacer_color "#00abb8"
    Others Plugins
    Discord Notifications
    __________________

    Last edited by Benito; 07-24-2020 at 12:19.
    Benito is offline
    8guawong
    AlliedModders Donor
    Join Date: Dec 2013
    Location: BlackMarke7
    Old 07-24-2020 , 10:13   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #2

    Quote:
    Originally Posted by Benito View Post
    About
    Display hud to clients with server informations. the hud

    Commands
    • !hud - Enable or disable hud display

    Native for developers


    Screenshot
    Normal


    Requires:
    FixHintColorMessages

    Installation

    hud.smx -> addons/sourcemod/plugins/

    Download:
    https://github.com/Benito1020/hud-cs...ive/master.zip

    sm_hud.cfg


    Others Plugins
    Discord Notifications
    in your screenshot it doesn't show the $ sign
    is this screenshot taken before or after the update that requires the FixHintColorMessages?
    __________________
    8guawong is offline
    Benito
    Member
    Join Date: Jul 2018
    Location: Belgique - Belgium
    Old 07-24-2020 , 12:16   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #3

    Quote:
    Originally Posted by 8guawong View Post
    in your screenshot it doesn't show the $ sign
    is this screenshot taken before or after the update that requires the FixHintColorMessages?
    the screen was take today so after the update that requires FixHintColorMessages
    __________________
    Benito is offline
    freak.exe_uLow
    AlliedModders Donor
    Join Date: Jul 2012
    Location: Germany
    Old 07-24-2020 , 12:58   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #4

    Quote:
    Originally Posted by 8guawong View Post
    in your screenshot it doesn't show the $ sign
    is this screenshot taken before or after the update that requires the FixHintColorMessages?
    As a client you can also hide the $ sign

    1. You need to create a autoexec.cfg inside your csgo folder "Program Files (x86)/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/cfg"
    2. enter the following in the autoexec.cfg "cc_lang FixHintColorMessages" please do not include the "". Save the file
    3. Now download the file "closecaption_FixHintColorMessages.txt" and add it to the "Program Files (x86)/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/recource" folder.
    4. enjoy the game
    Attached Files
    File Type: txt closecaption_FixHintColorMessages.txt (352 Bytes, 180 views)
    freak.exe_uLow is offline
    Trum
    AlliedModders Donor
    Join Date: Jan 2017
    Old 07-24-2020 , 19:23   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #5

    Is there anyway you can remove the $ character via server-side?
    Trum is offline
    freak.exe_uLow
    AlliedModders Donor
    Join Date: Jul 2012
    Location: Germany
    Old 07-24-2020 , 21:02   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #6

    Quote:
    Originally Posted by Trum View Post
    Is there anyway you can remove the $ character via server-side?
    no, this is currently not possible
    freak.exe_uLow is offline
    Benito
    Member
    Join Date: Jul 2018
    Location: Belgique - Belgium
    Old 07-25-2020 , 01:31   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #7

    Quote:
    Originally Posted by freak.exe_uLow View Post
    no, this is currently not possible
    I never see the $ character un a printhint function
    __________________

    Last edited by Benito; 07-25-2020 at 01:31.
    Benito is offline
    Trum
    AlliedModders Donor
    Join Date: Jan 2017
    Old 07-25-2020 , 07:19   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #8

    Do you have any extension or plugin that hides it
    Trum is offline
    Benito
    Member
    Join Date: Jul 2018
    Location: Belgique - Belgium
    Old 07-25-2020 , 07:33   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #9

    Quote:
    Originally Posted by Trum View Post
    Do you have any extension or plugin that hides it
    no, u cant remove it, on what OS your server run ?
    __________________
    Benito is offline
    Trum
    AlliedModders Donor
    Join Date: Jan 2017
    Old 07-25-2020 , 13:04   Re: [CSGO] Hud - PrintHintText (Native)
    Reply With Quote #10

    Linux
    Trum 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 01:21.


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