This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Replies: 1 comment
-
I'm a little unsure about using colors in chat messages. But having colors built into the default translations, I'm not too sure about that; that ought to be a server by server choice (plus their own theming). Sorry for the slow reply btw, been busy with IRL stuff. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In lilac.sp
add after
#include <convar_class>
This
#include
In lilac_stock.sp
replace
for (int i = 0; i < n; i++)
PrintToChat(admins[i],
On
for (int i = 0; i < n; i++)
CPrintToChat(admins[i],
And you will be able to color the text in the translation.
New translation file for RU
No colors - https://cloud.mail.ru/public/x94J/FkKG7z2VJ
Colors - https://cloud.mail.ru/public/MnHj/1nG1Com5J
Beta Was this translation helpful? Give feedback.
All reactions