-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the !challenge countdown or just make it countdown in the chat #419
Comments
Probably happens because MovementHUD is interfering with the countdown, and not because of GOKZ itself. |
Any plugin that uses CreateHudSynchronizer (MovementHUD included) will cause this. The logic for automatically re-using channels is fundamentally broken in the engine itself. Fixing this issue is going to be hard unless you convince all plugins to use manually assigned channels, which is what I propose a convar to change the countdown display from hud text to chat. I strongly believe this should be a convar and not a player option, as telling participants in the race to manually change their option is not really great UX. |
Some other strange things are:
|
The "hud" countdown barely ever works (flickering or not showing at all). Add a chat countdown or fix the "hud" countdown.
The text was updated successfully, but these errors were encountered: