View Single Post
  #1  
Old 08-26-2006, 02:43 AM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
Only thing I can think of, that I think you're wanting is this:

PHP Code:
function onPlayerchats()
  {
  if (
player.chat == "/disconnect") {
    
serverwarp("Login");
  }

__________________



Reply With Quote