#game.HideGameUI is no longer functional. Use GM:OnPauseMenuShow hook.

1 messages · Page 1 of 1 (latest)

ember raven
#

Issue Description:

I encountered an error when opening the chat and pressing the ESCAPE key.

Schema: HL2RP (no modifications)

Helix Version: The latest version as of today's date.

The error:

[ERROR] game.HideGameUI is no longer functional. Use GM:OnPauseMenuShow hook.
  1. unknown - gamemodes/helix/plugins/chatbox/derma/cl_chatbox.lua:1083
atomic pulsar
#

yes, the mod author will have to update.

ember raven
# atomic pulsar yes, the mod author will have to update.

What alternatives are there to game.HideGameUI? The GM:OnPauseMenuShow hook doesn't seem like a valid alternative since it forces you to use shift+escape, and there’s also an annoying message at the top left that I don’t know how to disable, similar to a Lua error (though it's not a Lua error).
Could you clarify the steps to fix our code, please?