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?