multitheftauto / mtasa-resources

This project maintains a list of up-to-date resources that come with Multi Theft Auto.
https://multitheftauto.com
MIT License
152 stars 152 forks source link

internetradio: GUI window of the resource "helpmanager" collides with the "internetradio" GUI window #497

Closed T-MaxWiese-T closed 3 months ago

T-MaxWiese-T commented 3 months ago

Which resource(s) have this problem? internetradio

Describe the bug If you press F9, both the GUI window of the resource "helpmanager" and the GUI window of the resource "internetradio" will open.

To Reproduce

  1. "helpmanager" resource and "internetradio" resource must be running.
  2. Press the F9 key.

Expected behavior It should be possible to open the GUI window of the "internetradio" resource with another button.

Screenshots None

Version

Additional context None

Fernando-A-Rocha commented 3 months ago

There appear to be commands to open the GUI https://github.com/multitheftauto/mtasa-resources/blob/master/%5Bgameplay%5D/internetradio/server.lua#L71

The F9 bind can be removed? Idk if it's a good idea to change it to another key. Some server might already be using it for something else.

T-MaxWiese-T commented 3 months ago

The F9 bind can be removed? Idk if it's a good idea to change it to another key. Some server might already be using it for something else.

So it doesn't conflict with the standard configuration. I would leave it at this key but there should be a setting with which you can change the key.

JanitoElPadrino commented 3 months ago

There is an injector that Cheaters uses, it is still working called Sharingan

T-MaxWiese-T commented 3 months ago

There is an injector that Cheaters uses, it is still working called Sharingan

I think this is off-topic. What is the problem here? The client can do everything anyway, regardless of which button is used to open the GUI window.