View Single Post
  #2  
Old 03-11-2010, 12:20 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
PHP Code:
function onPlayerLogout(pl) { 
  
pl.clientr.seenlast timevar2

  
// HMM, BACKUP IN CASE ABOVE FAILS? 
This will always fail. The player object given is read-only at this point.

Also, why are you creating the player object even if the player is online? o.o
__________________
Reply With Quote