Textdraw
#1

How can i make 3 textdraws that echo what happen in server when 2 are full the textdraw remove and only 1 show?
Reply
#2

Like that one:
Reply
#3

You create 3 textdraws. The ones you don't use, set their string to: "_" which will make them invisible.
Reply
#4

I know but i mean if the 3 are completed it start from beging that mean Textdraw number 2 be first and 3 be 2nd and 1 be 3rd

How?
Reply
#5

Have an array like this:
new blah[3][128];

when new message appears, copy the contents from blah 2 to blah 3, from blah 1 to blah 2, and write the new message in the blah 0. Then update the textdraws.
Reply
#6

I dont understand
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)