Thread: alllplayers
View Single Post
  #17  
Old 08-29-2007, 10:33 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
PHP Code:
function onPlayerLogin(obj)
  if (<
filter conditions>)
    
allrealplayers.add(obj);

function 
onPlayerLogout(obj)
  
allrealplayers.remove(obj); 
__________________
Reply With Quote