i have two plugins which write to the players screen.
current objective: make the following screen write
Code:
set_hudmessage(White[0],White[1],White[2],0.05,0.65,2,0.02,6.0,0.01,0.1,2)
show_hudmessage(id,MK_msg[MK_lvl])
appear one line above the following screen write:
Code:
set_hudmessage(0, 100, 200, 0.05, 0.65, 2, 0.02, 6.0, 0.01, 0.1, 2);
show_hudmessage(0, stkmessages[level], name);
also, both of them flush left (aligned left), just one above the other. my request is so that one of them won't overwrite the other.
thx ;o