Dusty, GuiShowImgCtrl is not the same as showimg() or showani().
Quote:
Originally Posted by DarkReaper0
I guess I'll just go for a showimg control.
|
Do not.
PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
with (findimg(300)) {
this.ani = player.ani;
this.dir = player.dir;
this.x = player.x;
this.y = player.y;
}
}
http://wiki.graal.net/index.php/Crea...lient/TShowImg