View Single Post
nastyrabbit
New Member
Join Date: Jun 2020
Old 08-03-2020 , 07:27   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1957

Hello everyone! Is there a simple way to add multilanguage support (i.e. "Phrases" file)?
Just replace
Quote:
StatsPrintToChat2(client, true, "Type \x05RANKMENU \x01to operate \x04%s\x01!", PLUGIN_NAME)
with
Quote:
StatsPrintToChat2(client, true, "%t", "Phrase_here", PLUGIN_NAME)
?
If it possible, how add color support (i.e. CPrintToChat)?
Sorry for dumb question, I'm not a programmer/
nastyrabbit is offline