View Single Post
  #6  
Old 11-11-2006, 10:14 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
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 >_>

try
PHP Code:
if (params[0] == "warpto") {
  
with(findplayer(params[1])) {
    
setlevel2(params[2], params[3], params[4]); 
ALSO you can add the coordinats in the triggerserver();
__________________
Reply With Quote