Quote:
Originally Posted by napo_p2p
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?