View Single Post
  #7  
Old 07-20-2002, 09:23 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
well the npc weapon is what you should do

but you should make system npcs start with -, so they are hidden

and you dont need to call a timeout, just a playerenter

NPC Code:

if (playertouchsme) {
toweapons -nopk;
}

if (playerenters && isweapon) {
noplayerkilling;
}



kai, can weapons makes levels nopk zones?
__________________
[signature]insert here[/signature]
Reply With Quote