View Single Post
  #12  
Old 03-02-2004, 03:42 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
this.xx and this.yy??

if (actionplayerwarp) {
with(getplayer(#p(0))) {
setlevel2 #F,30,30;
}
}
//#CLIENTSIDE
if (playerchats&&startswith(/summon,#c)) {
tokenize #c;
triggeraction x+.5,y+.5,playerwarp,#t(1);
}

yey for not giving triggeraction hackers a break
Reply With Quote