View Single Post
  #15  
Old 01-08-2011, 09:10 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Quote:
Originally Posted by Skyld View Post
PHP Code:
function isStaff(temp.account)
{
  return 
temp.account in serveroptions.staff;

... just to save you from all that ridiculous index() nonsense.
Doesn't work.
PHP Code:
temp.acc "salesman";
echo(
temp.acc in serveroptions.staff); // echoes 0
echo(serveroptions.staff.size()); // echoes 0 
__________________
Reply With Quote