Thread: alllplayers
View Single Post
  #18  
Old 08-30-2007, 06:36 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Inverness View Post
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).
__________________
Do it with a DON!
Reply With Quote