View Single Post
  #3  
Old 12-07-2004, 12:04 AM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
Quote:
Originally Posted by ZeroTrack
just add a script in a dbnpc or system weapon npc such as if your pw OW levels start with argos_
PHP Code:
//#CLIENTSIDE
if(startswith(argos_,#L)) noplayerkilling; 
I doubt it would work with a DB NPC, but I have never tried.

For a radio, have a string that stores whether the radio is on or off.
Then, in a system npc or something, make a script (kind of like Sern's script) that checks the level names and plays a midi if the radio is off. You could do something like levels that start with house_ play house.mid or dungeon_ play dungeon.mid or something along those lines.

Last edited by Slash-P2P; 12-07-2004 at 03:23 AM..
Reply With Quote