View Single Post
  #2  
Old 08-22-2011, 11:44 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
You could easily do this via:

PHP Code:
function onPlayerLeaves(){
  if(
players.size() == 0){
    
//reset stuff
  
}

Reply With Quote