View Single Post
  #10  
Old 09-29-2007, 04:36 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Inverness View Post
serveroptions.<varname>

staffarray = serveroptions.staff.tokenize(",");

PHP Code:
function onActionPlayerOnline() {
  if ((
player.account in serveroptions.staff.tokenize(",")) || (player.account in serveroptions.norcstaff.tokenize(","))) {
    
clientr.staff true;
  }

serveroptions. is accessible serverside only, don't like that fact too much.
Ahh, didn't notice that was added.
__________________
Do it with a DON!
Reply With Quote