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.