View Single Post
  #7  
Old 06-20-2006, 01:43 AM
wild8900 wild8900 is offline
Mr. Brightside
wild8900's Avatar
Join Date: Dec 2005
Posts: 418
wild8900 is an unknown quantity at this point
Send a message via MSN to wild8900
well, I am trieing to make a couch that you can move around and sit on but how can I make it be a normal couch when I have attach the player to the couch x.x


PHP Code:
if (actionleftmouse&&(strequals(#a,wild8900)||strequals(#a,Admin-Playerworld79))) {
  
this.move=1-this.move;
}

if (
created||timeout){
  if (
this.move==1){
    
x=int(mousex-0.5);
    
y=int(mousey-0.5);
  }

  
timeout=0.05;
}

//#CLIENTSIDE
if (created){
  
dontblock;
  
drawunderplayer;
  
setshape2 8,4,{
    
00,22,22,22,22,22,22,00,
    
22,03,03,03,03,03,03,22,
    
22,03,03,03,03,03,03,22,
    
22,03,03,03,03,03,03,22,
      };

__________________
Reply With Quote