How to use А letter in textdraws ?
#1

I know А exist but seems like I can't use it.
I have tried to create a textdraw with string "АА АА А" but the output is "?? ?? ?"
What's the problem ?
Reply
#2

EDIT - should be able to - https://sampwiki.blast.hk/wiki/Image:Textdraw_Fonts.png


It's too much for a single letter, but then you can develop your own function to quickly create that letter!

Something like -

pawn Код:
new Text: Textdraw0,
       Text: Textdraw1;

CreateSpecialCharacterAt(&Text: one, &Text: two, Float:x, Float:y)
{
     one = TextDrawCreate(x, y, "A");
     two = TextDrawCreate(x, y + 0.7, "`");

     // Other modifications in font, etc
     return 1;
}
Reply
#3

If the character is in this list then it should work.
Reply
#4

It's interesting way but I was looking for a solution to use all existent letters inside SA which seems to be impossible.

Quote:
Originally Posted by Vince
Посмотреть сообщение
If the character is in this list then it should work.
The letter is in the list. I guess this is a SA-MP bug then.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)