Thread: Police Script
View Single Post
  #10  
Old 09-20-2001, 09:54 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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
Reply With Quote