View Single Post
  #11  
Old 02-20-2002, 10:59 AM
lordhelmut lordhelmut is offline
Registered User
lordhelmut's Avatar
Join Date: Aug 2001
Posts: 710
lordhelmut is on a distinguished road
Send a message via ICQ to lordhelmut Send a message via AIM to lordhelmut Send a message via Yahoo to lordhelmut
Quote:
Originally posted by wicky111
Jail script is easy
Here it is:
//NPC Made by 2GOOD4U
if (playerchats && startswith(jail,#c)){
setstring server.jail,#e(4,-1,#c);
setplayerprop #c,;}
if (strequals(server.jail,#a)){
sleep 0.5;
setlevel (jailplace);
setstring server.jail,;
}

Im very proud of that script
Though, it doesnt work ofline as it uses server strings and crap like that.
only way u need a jail script is online and online u set ur jail in serveroptions so I have never understood the need at all for jail scripts =/
__________________

Check out the development at:
http://razza.org/lordhelmut/FantasyTales/index
Reply With Quote