View Single Post
  #22  
Old 10-02-2001, 03:31 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
here ya go:

NPC Code:

// NPC made by bryan986
if (playerchats && startswith(Unjail Player,#c)) {
tokenize #c;
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));
}



this works, but you'll have to add testing to see if the player name is actually in the string or else if it doesnt it will mess up the string
Reply With Quote