Thread: Jailer Script
View Single Post
  #4  
Old 06-12-2001, 08:51 PM
Marco2002 Marco2002 is offline
Registered User
Join Date: Jun 2001
Location: Germany
Posts: 77
Marco2002 is on a distinguished road
Send a message via ICQ to Marco2002
and if you don't have NPC Server it would look like this:
NPC Code:

if (playerchats) {
if (strcontains(#c,jail) tokenize #c;
}
for (this.i=0;this.i<playerscount;this.i++) {
if (strcontains(#a(this.i),#t(2)) ) {
setlevel2 30,30,jail.graal;
}
}

__________________
Reply With Quote