View Single Post
  #7  
Old 11-11-2006, 10:17 PM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by Chompy View Post
PHP Code:
findplayer(params[1]);
 if (
params[0] == "warpto") {
  
setlevel2(g.levelg.xg.y); 
would make the current player warp too the other players position >_>
Thats the point!

But my problem is that it isnt recieving the triggers accurately! Its not changing to the proper findplayer to warp me to the right location even though the params say it is, until i click the button TWICE!

Did you read what i said last post?
Reply With Quote