Quote:
Originally Posted by Mattehy
PHP Code:
//#CLIENTSIDE
function GraalControl.onResize(nx, ny)
{
showimg(200, "gui.png", 0, 0).layer = 4;
}
is this correct?
|
May as well just put the whole GUI in a timeout as you're going to be doing more updates such as health and all anyways.