View Single Post
  #8  
Old 09-28-2007, 10:21 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
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.
__________________
Reply With Quote