Thread: Observor Mode
View Single Post
  #2  
Old 12-10-2007, 01:24 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
Quote:
Originally Posted by napo_p2p View Post
It would be nice if there is some kind of event that will be called right before a player goes into observer mode (and all code in that event block gets executed before the player actually goes into observer mode).

Something like:
PHP Code:
function onObserverMode() {
  
//This code gets executed right before player enters observer mode

I would rather that the player is, in theory, disconnected completely from the server, yet they remain in the playerlist. This way they don't show up in scripts, etc.

It's not like going into observor mode should be any different than logging out except that you don't leave the server.

Or did you have a special reason?
__________________
Reply With Quote