TextDraw help - 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: TextDraw help (
/showthread.php?tid=85330)
TextDraw help -
6tynine - 07.07.2009
Right im making a list of stuff by using one Textcreate to make it nice and tidy. This is what I have done
pawn Код:
buytd[0] = TextDrawCreate(14.000000,118.000000,"~p~ID WEAPON PRICE ~n~~n~~w~1 Armour $1000~n~~w~2 Silenced 9mm $600~n~~w~3 Desert Eagle $1200~n~~w~4 MP5 $1800~n~~w~5 Shoutgun $600 ~n~~w~6 Ak47 $2500");
But ~n~~w~6 Ak47 $2500 does not appear. It goes up to Shoutgun $600, Is there a way to fix this?
I noticed it doesn't show anything after Col304 in pawno how can I get around this?
Re: TextDraw help -
Correlli - 07.07.2009
The text in the textdraw is too big, you're using too much space in it.
Re: TextDraw help -
6tynine - 07.07.2009
Quote:
Originally Posted by Don Correlli
The text in the textdraw is too big, you're using too much space in it.
|
Yes i know but The spaces are needed to List the text into the right colums. as you may know ~n~ does a new line. Sorry Im tired and didnt think of making 3 textdraws for each colums.