HUD Hint Box not working

Discussion in 'Bug Reports' started by Xyaminou, Mar 17, 2018.

  1. Xyaminou

    Xyaminou Member

    Messages:
    1,369
    Likes Received:
    156
    Trophy Points:
    0
    (I'm not talking about Empires hints)

    Source Engine's HUD Hints are not working on Empires for some reason, whenever I try to use it I get "couldn't dispatch user message (33)" in the client console.

    https://forums.alliedmods.net/showthread.php?p=2583268#post2583268

    So apparently Hudhintdisplay has visible set to 0 in hudlayout.res BUT it's still not working with visible set to one, so that's not it.

    Code:
    HudHintDisplay
        {
            "fieldName"    "HudHintDisplay"
            "visible"    "0"
            "enabled" "1"
            "xpos"    "r120"
            "ypos"    "r340"
            "wide"    "100"
            "tall"    "200"
            "text_xpos"    "8"
            "text_ypos"    "8"
            "text_xgap"    "8"
            "text_ygap"    "8"
            "TextColor"    "255 170 0 220"
    
            "PaintBackgroundType"    "2"
        }
     
    Last edited: Mar 17, 2018

Share This Page