Quote:
Originally Posted by cbk1994
Why isn't there a server option or so to do this in normal servers?
|
/agree
Well thx for the answers / help - didnt knowed that move(); doesnt do the annoying sound o.O

But I think its more smart just putting the sound off if I want a direct position change xD
PHP Code:
temp.targetx = 20; // the X pos on the level
temp.targety = 20; // the Y pos on the level
temp.distx = temp.targetx - this.x;
temp.disty = temp.targety - this.y;
move( temp.distx, temp.disty, 0, 0 );