Quote:
Originally Posted by projectigi
....
i know how to create/destroy gui controls, thanks.
for example:
a Server wants to show a Text on the Screen that tells you the current Area
like "Online Start Local" "Kokiri Town" etc
now it sucks if you have to make a own guicontrol for every text you ever want to display on the screen, because showtext has no function to make it appear over gui controls
|
GuiMLTextCtrl.
showimg() basically just does this:
NPC Code:
function showimg(ti, tf, tx, ty) {
new TShowimg("showimg" @ ti) {
x = tx;
y = ty;
image = tf;
}
}