use this:
PHP Code:
add:
{
"targetname" "yourhinttargetname"
"hint_caption" "Add text here"
"hint_icon_onscreen" "icon_tip"
"hint_color" "255 0 0"
"hint_static" "1"
"classname" "env_instructor_hint"
}
then display/hide through inputs:
PHP Code:
{
;...NOTE: the inputs below depends on your entity...
"OnPressed" "yourhinttargetname,EndHint,,0,-1"
"OnUnPressed" "yourhinttargetname,ShowHint,,0,-1"
"OnTimeUp" "yourhinttargetname,Kill,,0,-1"
}
__________________