SA-MP Forums Archive
Textdraw problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw problem (/showthread.php?tid=575312)



Textdraw problem - ExTaZZ69 - 25.05.2015

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.


Re: Textdraw problem - Michael B - 25.05.2015

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


Re: Textdraw problem - ExTaZZ69 - 25.05.2015

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);