Thread: Era Down
View Single Post
  #17  
Old 11-05-2002, 01:24 AM
Jeff Jeff is offline
Registered User
Join Date: Oct 2002
Location: Nebraska, USA
Posts: 707
Jeff is on a distinguished road
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;
}
}

__________________
Jeff, the Archduke of Dustari
Member of the LAT on Graal The Adventure
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GO d+ s++:+ !a C++ UL+(UL+++)@ P+ L+(++)>+++ E---- W++@ N- !o ?K w(w--) !O !M@ !V PS- PE+ Y PGP t+ 5 X R tv(tv+) b++(b+)>b++++ DI(DI+) D-- G e->e++++ h! !r y
------END GEEK CODE BLOCK------
Reply With Quote