Thread: player
View Single Post
  #2  
Old 07-27-2007, 12:49 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
PHP Code:
new GuiShowImgCtrl("actor_player") {
  
10;
  
10;
  
width 60;
  
height 60;
  
ani "idle";
  
with(showimg){
    
actor.head player.headimg;
    
actor.body player.bodyimg;
    
actor.colors[0] = player.colors[0];
    
actor.colors[1] = player.colors[1];
    
actor.colors[2] = player.colors[2];
    
actor.colors[3] = player.colors[3];
    
actor.shield player.shieldimg;
    
actor.dir 2;
    
actor.attr[1] = player.attr[1];
  }

__________________
Reply With Quote