View Single Post
  #4  
Old 11-29-2003, 06:29 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
You're probably better off putting that inside an event block, e.g.:

NPC Code:

//#CLIENTSIDE
if (playerenters) {
noplayerkilling;
}



Beyond that, dunno what your problem might be.
Reply With Quote