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,
};
}