View Single Post
  #4  
Old 08-08-2008, 12:51 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Dusty, GuiShowImgCtrl is not the same as showimg() or showani().
Quote:
Originally Posted by DarkReaper0 View Post
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.player.x;
    
this.player.y
  }

http://wiki.graal.net/index.php/Crea...lient/TShowImg
__________________

Last edited by Inverness; 08-08-2008 at 01:22 AM..
Reply With Quote