Quote:
Originally Posted by KuJi
That would stop logging out I think.
|
Which part?
player.isexternal is for checking if the player is logged onto the current server, or if the "player" is an IRC user or channel, etc. You don't write to it. You just read it.
PHP Code:
if (player.isExternal)
{
echo("You are an IRC user or a global playerlist member");
}