Thread: UNjailing
View Single Post
  #1  
Old 10-30-2001, 12:00 PM
g02h3LL g02h3LL is offline
Registered User
Join Date: Oct 2001
Posts: 20
g02h3LL is on a distinguished road
Send a message via ICQ to g02h3LL
UNjailing

ok for my server i have:
if (playerchats && startswith(jail account,#c)) {
if (strequals(#g,GP)) {
tokenize #c;
setstring server.jailaccount,#t(2);
}
}
but what do i do to free the player?
Reply With Quote