View Single Post
  #4  
Old 09-27-2001, 09:11 AM
SSj_Link SSj_Link is offline
Registered User
Join Date: Jul 2001
Location: i r live in texas
Posts: 244
SSj_Link is on a distinguished road
Send a message via ICQ to SSj_Link Send a message via AIM to SSj_Link
Re: Help with a jailing thing

Quote:
Originally posted by Python523
Ok, I'm editing this from a handcuff thing where you say handcough account name and it freezes the player, I'm trying to make this into a jailing thing but I'm not having any luck, here's what I have so far.
for the jailer:
if (playertouchsme){
toweapons Jailer;
}
if (isweapon) {
if (playerchats) {
if (strequals(#c,jail account)&&this.action=0) {
setplayerprop #c,Enter Account Name;
sleep .5;
this.action=1;
}
if (this.action=1&&playerchats) {
setstring server.jailaccount,#c;
setstring server.unjailaccount,;
sleep .5;
this.action=0;
}
}
}
and in the system:
if (strcontains(#s(server.unjailaccount),#a))
enabledefmovement; setlevel2 main.graal,1,1;
}else{
timeout = .05;
}
if (timeout){
if (strcontains(#s(server.jailaccount),#a))
disabledefmovement;setlevel2 jail.graal,1,1;}else{
timeout = .05;
}
any help would be appreciated
Hmmm that loks the like the jailer script that Tha Shadows Has.....

http://geocities.com/thashadowsgraal/

I think thats the addy

-Freaky-
__________________
-People with my Password: Me (Boozy), Ghostface Killa, bgraven, Freaky Carnie, Dark Warlock, and SoulReaver.
-So they can all post.-

-I hate my account name -

~Old Names: Link, Darklink, Neo, then Boozy when Bravo died. (So some people will recognize me)~

AIM: boozyneo
ICQ: 116030736
Msn: [email protected]
Email: [email protected]


-DANCE SPAM DANCE!- Dark Warlock
Reply With Quote