Is your feature request related to a problem? Please describe.
The following dialog lacks enough information to determine which version you're currently on, and which version you're required to have to join a certain server, a player can manually update to that version if the update fails for any reason.
here:
|
GetQuestionBox().SetMessage(_("To join this server, you must update MTA.\n\n Do you want to update now ?")); |
and here:
|
GetQuestionBox().SetMessage(_("Server says an update is recommended, but not essential.\n\n Do you want to update now ?")); |
Describe the solution you'd like
clarifying, inside the dialog, what are the target and current version of MTA. I suggest the following statement.
"This server requires version X, you're currently running version Y of MTA, Would you like proceed with upgrading MTA?"
Describe alternatives you've considered
No response
Additional context
No response
Security Policy
Is your feature request related to a problem? Please describe.
The following dialog lacks enough information to determine which version you're currently on, and which version you're required to have to join a certain server, a player can manually update to that version if the update fails for any reason.
here:
mtasa-blue/Client/core/CVersionUpdater.cpp
Line 1920 in 911111e
and here:
mtasa-blue/Client/core/CVersionUpdater.cpp
Line 1939 in 911111e
Describe the solution you'd like
clarifying, inside the dialog, what are the target and current version of MTA. I suggest the following statement.
"This server requires version X, you're currently running version Y of MTA, Would you like proceed with upgrading MTA?"
Describe alternatives you've considered
No response
Additional context
No response
Security Policy