text draw 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: text draw problem (
/showthread.php?tid=137452)
text draw problem -
Headshot1108 - 28.03.2010
Hello.
I make if a player enters a vehicle, comes the vehicle name with the original (quite xD) textdraw from the singleplayer.
but if i entered a vehicle with a long name i don't can see the full name.
and i don't like do the textdraw to left.
example:
Re: text draw problem -
RyDeR` - 28.03.2010
https://sampwiki.blast.hk/wiki/TextDrawAlignment
Re: text draw problem -
aircombat - 28.03.2010
the text is too long so it goes to the very left of the screen which u dont see , try to make it be more at the left
Re: text draw problem -
Headshot1108 - 28.03.2010
Quote:
|
Originally Posted by » RyDeR «
|
still the same, it overlaps.
Re: text draw problem -
Nero_3D - 28.03.2010
Quote:
|
Originally Posted by Headshot1108
Quote:
|
Originally Posted by » RyDeR «
|
still the same, it overlaps.
|
What did you try 1, 2 or 3 ?
Three would be the correct way
If that dont work do what Etch told you
Re: text draw problem -
Headshot1108 - 28.03.2010
if i make 3 its in the center lol.
if i make 1 its in the right.
Re: text draw problem -
Mikep. - 29.03.2010
Align it right.
Re: text draw problem -
RyDeR` - 29.03.2010
You have to use an invisible box with it.
Re: text draw problem -
Nero_3D - 29.03.2010
Quote:
|
Originally Posted by Headshot1108
if i make 3 its in the center lol.
if i make 1 its in the right.
|
You need to know if you use align 3 (right) the x and y cordinates are from the right up corner not like normal from the left up corner!
So it would be something with x = 100.0 and Y = 400.0