Thread: Jailer Script
View Single Post
  #2  
Old 06-12-2001, 06:53 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Something like this:
if (playerchats) {
tokenize #c;
if (strequals(#t(1),jail)) {
getplayer #t(2) {setlevel2 police2.graal;}
}
}

Could this work?
Reply With Quote