Thread: 2 Questions...
View Single Post
  #9  
Old 08-06-2010, 10:09 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Mark Sir Link View Post
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.1this.y, + 1"WarpPlayer"""); 
should be

PHP Code:
triggeraction(this.1this.1"WarpPlayer"""); 
__________________
Reply With Quote