Quote:
Originally Posted by Mark Sir Link
not 100% sure on this since I always do it but I believe you need to add a setshape on the serverside as well.
|
Yes.
You've also got an extra comma on this line after this.y:
PHP Code:
triggeraction(this.x + 1, this.y, + 1, "WarpPlayer", "");
should be
PHP Code:
triggeraction(this.x + 1, this.y + 1, "WarpPlayer", "");