View Single Post
  #24  
Old 10-02-2001, 03:51 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
NPC Code:

// NPC made by bryan986
if (playerchats && startswith(Unjail Player,#c)) {
tokenize #c;

if(#v(indexof(#t(2),#s(server.jail)))>-1){
setstring server.jail,#e(0,(indexof(#t(2),#s(server.jail)))-1,#s(server.jail)) #e(indexof(#t(2),#s(server.jail))+strlen(#t(2))+1,-1,#s(server.jail));
}

}



i added a test that checks to see if players name is in string so the string cant get messed up, see if that works
Reply With Quote