When Admins strike by p228 or elite or five-7 player setpos to Prison.
Pleese give me this script
DC DELETE IT PLEESE!
my_usgn = // write your usgn here prison_port_weapon = {4,5,6} addhook("hit","hit_hook") function hit_hook(id,source,weapon,hpdmg,apdmg) if player(source,"usgn") == my_usgn then i = 0 while (i < #prison_port_weapon) do i = i + 1 if weapon == prison_port_weapon [i] then parse("setpos "..id.." prison_x prison_y") end end end end