
09-20-2001, 09:54 AM
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
try this ...
you could do ... this is very simple and easy ...
for you player system or NPC server put:
if (strcontains(#a,#s,server.jailaccount) && !strequals(#L,jailceel.graal)) {set jailed;setlevel2 32,32,jailcell.graal;}
On the NPC itself put
if (weaponfired) {
setstring server.jailaccount,#c;
}
So the Gp says the account name ... fires the weapon and the person will be sent to jail ... (i think)
i am half asleep so its probably wrong |
|
|