multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.38k stars 424 forks source link

Change kick/ban/connection-refused popup window when related to server #3666

Open Fernando-A-Rocha opened 3 weeks ago

Fernando-A-Rocha commented 3 weeks ago

Is your feature request related to a problem? Please describe.

It is confusing for most people to know whether a kick/ban/refused-connection message is related to the server (defined by the admins via a ban, for example) or related to MTA (anti-cheat or certain error situations).

Describe the solution you'd like

A straight forward and simple solution is to make the popup window visually different so the player knows they should contact the server about the kick/ban/connection-refused, and that it's not related to anything external (MTA anticheat, error, network issues, etc).

Current: gta_sa_k2rAoyJkAX

Idea: gta_sa_k2rAoyJkAX - Copy

Describe alternatives you've considered

-

Additional context

https://github.com/multitheftauto/mtasa-blue/blob/eb66fa202f42b728159b0522dafab4b665584985/Client/mods/deathmatch/logic/CPacketHandler.cpp#L488

Security Policy

Xenius97 commented 3 weeks ago

I think changing window title would be enough. Disconnected [CD46] >>>> Disconnected by Server [CD46]

Fernando-A-Rocha commented 3 weeks ago

I think changing window title would be enough. Disconnected [CD46] >>>> Disconnected by Server [CD46]

Average player would not notice. It needs to be more aggressive