Page 1 of 1
Death zones in sp>mp maps
Posted: Sun Jun 17, 2007 1:57 pm
by eternal
Has anyone had any luck getting a deathzone to werk in a conv map?
I've tried many things, even letting DeToX have a crack at it, and it still doesnt werk.

Posted: Sun Jun 17, 2007 2:37 pm
by smokey
I cant do it either

.
Posted: Sun Jun 17, 2007 2:49 pm
by latinomodder
Place all your death barriers then add a script that goes
(Script startup Kill_volumes
(begin
( kill_volume_enable <insert death wall name here>)
))
If you have more than one just keep putting more and more like this
(Script startup Kill_volumes
(begin
( kill_volume_enable <insert death wall name here>)
( kill_volume_enable <insert death wall name here>)
( kill_volume_enable <insert death wall name here>)
))
That should make your death walls work