Thread: Baddie Core
View Single Post
  #8  
Old 01-09-2011, 12:13 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Switch View Post
If a player walked in during any time between timeouts at 0.25 seconds it wouldn't see them if they then ran out of the area before the timeout.
Add code to onPlayerEnters something a long the lines..

PHP Code:
function onPlayerEnters() {
  if (
notaggroed) {
    
checkforplayer();
  }

__________________
Quote:
Reply With Quote