you are totaly wrong.
you dont need to format the msgs to often.
PHP Code:
client_print(id, print_chat, "* %s", g_sBuffer)
PHP Code:
ChatColor(id, "* %s", g_sBuffer)
btw. this has nothing todo with Multi lang.
PHP Code:
ChatColor(id,"%L",LANG_PLAYER,"MY_MULTILANGUEGED_MESSAGE")
Multilang file :
Code:
MY_MULTILANGUEGED_MESSAGE = !teamHi !gThis is a !yTest !team2Message
__________________