TextDraw help
#1

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?
Reply
#2

The text in the textdraw is too big, you're using too much space in it.
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)