View Single Post
  #3  
Old 12-06-2001, 09:30 AM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
if (playerchats) {
tokenize #c;
if (strequals(#c,warpplayer)) {
with (getplayer(#t(1)) {
setlevel2 event.jr,x,y;
}
}
}
Reply With Quote