Thread: Cheat Windows
View Single Post
  #22  
Old 12-13-2012, 10:59 PM
Stowen Stowen is offline
Graalian since '01
Join Date: Sep 2005
Location: Massachusets, USA
Posts: 156
Stowen will become famous soon enough
Send a message via AIM to Stowen Send a message via MSN to Stowen
Yeah, I can imagine there to be alot of false positives. Without the level checks, I get one everytime somebody goes from one level to another. So just add an onPlayerEnters() command with the original x/y ?

Like this? :

PHP Code:
function onPlayerEnters() {
   
this.x1 player.x;
   
this.y1 player.y;
   
setTimer(1);

Reply With Quote