======================================================================== ;; stripper by encap ;; players can't block elevator modify: { match: { "targetname" "elev1" "classname" "func_movelinear" } replace: { "blockdamage" "1000" } } ;; increase elevator speed modify: { match: { "targetname" "elev1" "classname" "func_movelinear" } replace: { "speed" "300" } } ;; fix boats modify: { match: { "model" "models/props/de_shacks/boat_smash.mdl" "classname" "prop_dynamic" } replace: { "angles" "0 90 0" } } modify: { match: { "targetname" "/barco[1-2]/" "classname" "func_tracktrain" } replace: { "orientationtype" "0" } } modify: { match: { "targetname" "barco_path1" "classname" "path_track" } replace: { "angles" "0 90 0" "target" "barco_path8" } } modify: { match: { "targetname" "barco2_path1" "classname" "path_track" } replace: { "angles" "0 90 0" "target" "barco2_path7" } }