Hello everyone.
A little problem, i can't use russian texts directly in source-code.
Example
Code:
PrintToChat(client, "\x01\x04[Тест] Test");
In game it will be:
[] Test.
I tried to change source codepage before compile (in pawn studio).
To UTF-8, Russian, Cyrillic, ANSI...But this is not helped me.
I had same problem in mattie event scripts, where changing of codepage solves the problem. But not here...=\
Why? What's wrong?
p.s i don't wanna use translations, cuz i'm making one-language plugins for my team
Or this is unique way to solve problem?