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.