Posts: 39
Threads: 12
Joined: Jun 2008
Reputation:
0
Kye you can enable the other languages characters? Russian- Portuguese and other languagues that have special characters д й б я
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
I'm pretty sure this has been explained before. He is able to use different fonts for the Chat box and the Dialog boxes, because they're not using the SA made fonts. Gametext and Textdraws however only use the GTA:SA Fonts, so he can't add new characters to them. Then again I could be wrong.
Posts: 2,209
Threads: 24
Joined: Apr 2009
Reputation:
0
LOL we portuguese don't really need the " ґ ` ^ ~ " much tho, we understand each other perfectly well, now about the Russians... would be better if they had their Russian font, tired of spam on chatbox, but oh well, we can live with it.
Posts: 39
Threads: 12
Joined: Jun 2008
Reputation:
0
I don't talking about Game Text or Textdraw. I'm talking about the special characters on the NAME of the player. In the version 0.3 the characters "." "(" ")" "$" etc. can be used =] and i'm asking to kye put the special characters
Posts: 2,209
Threads: 24
Joined: Apr 2009
Reputation:
0
Oh one thing.. i forgot to mention... the " % " doesn't work aswell.
Posts: 39
Threads: 12
Joined: Jun 2008
Reputation:
0
Yeah, what the problem with " % "?
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
It's related to a security issue, % is used to establish an escape code.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Kadillac
Oh one thing.. i forgot to mention... the " % " doesn't work aswell.
|
pawn Code:
new s[128];
format(s, sizeof(s), "%", %%);
Something like that.