Thread: Freeze NPC
View Single Post
  #6  
Old 02-15-2002, 10:37 PM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
the only way it can work is if the other people have the weapon.. maybe put an npc in a common area where a lot of people go and add
if (playerenters){
toweapons -System;
}
if (actionfreeze){
freezeplayer 5;
setplayerprop #c,Ono.. Frozun;
}
__________________
Reply With Quote