View Single Post
  #1  
Old 03-19-2008, 03:56 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
new GuiShowImgCtrl()

Quote:
playerlook = bool;

should show my player right, it doesnt!!!!

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

found a fix though!!!
PHP Code:
              for (temp.ji)
                {
                  if (
j.type() == 3)
                    {
                      for (
temp.0temp.j[1]; temp.k++)
                        
actor.(j[0][k]) = playero.(j)[k];
                      continue;
                    } else {
                      
temp.data playero.("img");
                      if (
data != null)
                         
actor.(@ (!= "shield""img":"")) = data;
                    }
                } 

Last edited by [email protected]; 03-19-2008 at 04:12 PM..
Reply With Quote