View Single Post
  #2  
Old 06-18-2012, 12:01 AM
Tricxta Tricxta is offline
The Muffin Man
Tricxta's Avatar
Join Date: Oct 2010
Location: Australia
Posts: 563
Tricxta is just really niceTricxta is just really nice
Playerswimming is a passive flag, you'll need to continuously keep on checking the flag,
this can be either through a while or timeout loop.

PHP Code:
if (playerenters || timeout){
  if (
playerswimming){
    
playerx 31;
    
playery 42;
  }
  
timeout 0.05;

Reply With Quote