
02-02-2002, 04:34 AM
|
Registered User
|
 |
Join Date: Jan 2002
Location: Earth
Posts: 0
|
|
you could use a system weapon like -JurySystem or something and call a timeout in it, like:
if (isweapon) { timeout=.1; }
if (timeout) {
if (lindexof(#a,server.jury)>=0&&(!strequals(#L,juryl evel.nw)||playerx<23||playerx>18||playery>30||play ery<20)) {
setlevel2 jurylevel.nw,20,24; }
timeout=.1;
}
that should send the player to the jury seats |
|
|