client_print_color(0, "%L",
LANG_PLAYER, messages[iMsgIndex++]);
LANG_SERVER
&
Go in amxmodx/configs/amxx.cfg
Find these lines:
Code:
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1
change
amx_client_languages to
0
&
Find these lines
Code:
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
Put
bp between the quotes