Quote:
Originally Posted by Inverness
PHP Code:
function onPlayerLogin(obj)
if (<filter conditions>)
allrealplayers.add(obj);
function onPlayerLogout(obj)
allrealplayers.remove(obj);
|
I've seen cases where onPlayerLogin and onPlayerLogout failed to execute or the "obj" wasn't the same as the one that logged in (in the case of logout).