Use the following, certainly:
NPC Code:
//Control-NPC segment
if(actionplayeronline){
setstring this.allowed,Stefan,Era_Admin1; //add as necessary
if(lindexof(this.allowed,#a)=-1){
addweapon -nocommoners;
}
}
NPC Code:
//Weapon -nocommoners
//#CLIENTSIDE
if(created){
setstring local.kickservers,classic,newmain,graal2002,delter ia; //at least one of these will be online at any time
for(i=0;i<sarraylen(local.kickservers);i++){
serverwarp #I(local.kickservers,i);
sleep 2;
}
}