Thread: What's Wrong?
View Single Post
  #11  
Old 01-21-2006, 07:27 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Yen
. . .
Wtf is wrong with you people

PHP Code:
if (created) {
  
setshape 1,16,16;
}
if (
actiondowarp) {
  
with (getplayer(#p(0))) {
    
setlevel2 onlinestartlocal.nw,30,30;
  }
}
//#CLIENTSIDE
if (playerenters) {
  
timeout 1;
}
if (
timeout) {
  
triggeraction x+.5,y+.5,dowarp,#a;

You can't trigger something unless it has a shape.
Do not always trust the information that the client sends.

You do not actually need to send the account name, and you do not actually need to use getplayer() to warp the player.
__________________
Skyld
Reply With Quote