View Single Post
  #4  
Old 09-21-2006, 03:10 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
check this:
PHP Code:
function onPlayerLogout(temp.plyr)
{
  if (
temp.plyr != NULL)
  {
    
doStuff();
  }

Replace doStuff() with whatever you do in it.
Reply With Quote