Quote:
Originally Posted by Switch
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();
}
}