Textdraw problem
#1

Hi!
I tried to create a system with textdraws but i have the following problem. I don't know the coordinates for TextDrawTextSize. How can i get them? I tried many textdraw editors but these don't save the TextDrawTextSize.

https://www.youtube.com/watch?v=ojOm5rDoKGw . Watch this at second 40.
Reply
#2

I'm quit sure Impleomax's Editor has this feature included. Did you try it?
Reply
#3

Quote:
Originally Posted by Michael B
Посмотреть сообщение
I'm quit sure Impleomax's Editor has this feature included. Did you try it?
Yes. I have something like this:
Код:
Textdraw2 = CreatePlayerTextDraw(playerid,190.000000, 140.000000, "New Textdraw");
PlayerTextDrawBackgroundColor(playerid,Textdraw2, 255);
PlayerTextDrawFont(playerid,Textdraw2, 1);
PlayerTextDrawLetterSize(playerid,Textdraw2, 0.500000, 5.000000);
PlayerTextDrawColor(playerid,Textdraw2, -1);
PlayerTextDrawSetOutline(playerid,Textdraw2, 0);
PlayerTextDrawSetProportional(playerid,Textdraw2, 1);
PlayerTextDrawSetShadow(playerid,Textdraw2, 1);
PlayerTextDrawSetSelectable(playerid,Textdraw2, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)