diff --git a/english/localizedstrings/hns.str b/english/localizedstrings/hns.str index e71ba82..f811bfa 100644 --- a/english/localizedstrings/hns.str +++ b/english/localizedstrings/hns.str @@ -34,10 +34,4 @@ LANG_ENGLISH "Toggle between first-person and third-person view using [{+action REFERENCE HIDEANDSEEK_HINT_SEEKER_SEMTEX LANG_ENGLISH "You have one Semtex on [{+frag}], don't waste it!" -REFERENCE HIDEANDSEEK_HINT_SEEKER_UNLIMITEDRELOAD -LANG_ENGLISH "No need to care about ammo, you can reload endlessly as needed." - -REFERENCE HIDEANDSEEK_HINT_SEEKER_PRIMARYWEAPON -LANG_ENGLISH "You can use [{+actionslot 3}] to get a new primary weapon." - ENDMARKER \ No newline at end of file diff --git a/german/localizedstrings/hns.str b/german/localizedstrings/hns.str index cd9b3fe..eb70a38 100644 --- a/german/localizedstrings/hns.str +++ b/german/localizedstrings/hns.str @@ -34,10 +34,4 @@ LANG_GERMAN "Du kannst zwischen First Person und Third Person mit [{+actionslo REFERENCE HIDEANDSEEK_HINT_SEEKER_SEMTEX LANG_GERMAN "Du hast eine Semtex auf [{+frag}], verschwende sie nicht!" -REFERENCE HIDEANDSEEK_HINT_SEEKER_UNLIMITEDRELOAD -LANG_GERMAN "Du brauchst dich nicht um deine Munition zu kümmern, du kannst nämlich\nunendlich nachladen!" - -REFERENCE HIDEANDSEEK_HINT_SEEKER_PRIMARYWEAPON -LANG_GERMAN "Du kannst [{+actionslot 3}] benutzen um eine neue Primärwaffe zu bekommen." - ENDMARKER \ No newline at end of file diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index 94be210..e02a36e 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -1137,17 +1137,9 @@ giveHelpfulHintsForSeeker() player thread clearHintsShownOnDisconnect(); - player notifyOnPlayerCommand("hide_hint_for_reload", "+reload"); - if (player showHintOnce("seeker.unlimitedreload", &"HIDEANDSEEK_HINT_SEEKER_UNLIMITEDRELOAD")) - player waittill("hide_hint_for_reload"); - player notifyOnPlayerCommand("hide_hint_for_semtex", "+frag"); if (player showHintOnce("seeker.semtex", &"HIDEANDSEEK_HINT_SEEKER_SEMTEX")) player waittill("hide_hint_for_semtex"); - player notifyOnPlayerCommand("hide_hint_for_primaryweapon", "+actionslot 3"); - if (player showHintOnce("seeker.primaryweapon", &"HIDEANDSEEK_HINT_SEEKER_PRIMARYWEAPON")) - player waittill("hide_hint_for_primaryweapon"); - player hideHint(); } diff --git a/spanish/localizedstrings/hns.str b/spanish/localizedstrings/hns.str index c3c5058..1313dd2 100644 --- a/spanish/localizedstrings/hns.str +++ b/spanish/localizedstrings/hns.str @@ -34,10 +34,4 @@ LANG_ENGLISH "Toggle between first-person and third-person view using [{+action REFERENCE HIDEANDSEEK_HINT_SEEKER_SEMTEX LANG_ENGLISH "You have one Semtex on [{+frag}], don't waste it!" -REFERENCE HIDEANDSEEK_HINT_SEEKER_UNLIMITEDRELOAD -LANG_ENGLISH "No need to care about ammo, you can reload endlessly as needed." - -REFERENCE HIDEANDSEEK_HINT_SEEKER_PRIMARYWEAPON -LANG_ENGLISH "You can use [{+actionslot 3}] to get a new primary weapon." - ENDMARKER \ No newline at end of file