evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
17 stars 17 forks source link

Some chat messages are on the wrong language #59

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

Sometime in the chat if one person say timeleft this say is in other language for everyone:

image

Looks like there is a bug AMXX 183 build 5116, the player language on chat is only showing in the server language.

File: addons\amxmodx\scripting\galileo.sma
14046: 
14047:     if( IS_COLORED_CHAT_ENABLED() )
14048:     {
14049:         client_print_color( player_id, print_team_default, "%s^1%s", g_coloredChatPrefix, formatted_message );
14050:     }
14051:     else
14052:     {
14053:         REMOVE_CODE_COLOR_TAGS( formatted_message )
14054:         client_print( player_id, print_chat, "%s%s", g_coloredChatPrefix, formatted_message );
14055:     }
evandrocoan commented 7 years ago

This was fixed by 90a8c08bcd7b33170cc537b4727b3c1efd077d59