Textdraws Won't Make New Line!
#1

Hello, i''ve created textdraw for /aka command so i want to make new line if there are too much player names..

look at this.


just give me an example that how can i make new line if there is too much player names and going out of the textdraw box.
Reply
#2

Add a variable 'count' and for each name, do count++;
if(count>5)
{
//create another td
}
Reply
#3

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Add a variable 'count' and for each name, do count++;
if(count>5)
{
//create another td
}
An example to make newline? Instead of new TD
Reply
#4

use ~n~ means new line
example
pawn Код:
"Hello~n~im Namer"
Reply
#5

Quote:
Originally Posted by Namer
Посмотреть сообщение
use ~n~ means new line
example
pawn Код:
"Hello~n~im Namer"
Ehh? Please look on my td. I know that man
i only want to know how can i make new line if names are going out of the box.
Reply
#6

can you show the code where you get player names and also td
Reply
#7

I get player names in file. Aka.txt
TD are same like others.
cant show code now on mobile. Thats why i just asked for example.
Just give me example with any TD. I'll make mine your example
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)