Posts: 814
Threads: 190
Joined: Feb 2016
Reputation:
0
How can i make 3 textdraws that echo what happen in server when 2 are full the textdraw remove and only 1 show?
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
You create 3 textdraws. The ones you don't use, set their string to: "_" which will make them invisible.
Posts: 814
Threads: 190
Joined: Feb 2016
Reputation:
0
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?
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
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.