diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index e02a36e..0464e4c 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -176,6 +176,10 @@ onPrecacheGametype() PreCacheString(&"HIDEANDSEEK_TIMER_SEEKER_RELEASE"); PreCacheString(&"HIDEANDSEEK_SEEKERS_RELEASED"); PreCacheString(&"OBJECTIVES_HIDEANDSEEK_DEFENDER"); + PreCacheString(&"HIDEANDSEEK_HINT_HIDER_DISGUISE"); + PreCacheString(&"HIDEANDSEEK_HINT_HIDER_ANGLELOCK"); + PreCacheString(&"HIDEANDSEEK_HINT_HIDER_THIRDPERSON"); + PreCacheString(&"HIDEANDSEEK_HINT_SEEKER_SEMTEX"); PreCacheShader(game["hiders_model_icon"]);