For some odd reason (I don't know if this is restricted to just Maloria, or what) the built in players array which holds objects for the players on the server (as opposed to allplayers, which has their accounts) is not working serverside. I've tried just making a test NPC to do something like this:
PHP Code:
for (pl: players) {
echo(pl.account);
}
But nothing happens...I've tried restarting the NPC Server several times, and now I'm at a loss...