Thread: Access list
View Single Post
  #3  
Old 06-02-2002, 05:43 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Re: Re: Access list

Quote:
Originally posted by BBflat

Okay, when a player enters, tokenize all the accounts, then go through a for loop, seeing if the player's account is equal to any of the tokens. If the account matches one, set a variable. If the variable has not changed at the end, warp the player out.
so...


NPC Code:

if (playerenters) {
tokenize #a;
}
for (#a) {
}



okay im stuck now... help plz??
__________________