Shortbus 0 Posted January 5, 2003 Ok, now I know people repeating questions is an annoyance and a quick search for "disabling parachutes" didn't return any decent results so I'm posting this question. How does one disable parachutes on a Win32 dedicated resistance server? Share this post Link to post Share on other sites
bn880 5 Posted January 5, 2003 There is no option to disable parachutes on a server... with some "advanced" scripting, a particular mission might be created without chutes. Well, as far as I know. Share this post Link to post Share on other sites
Tactician 0 Posted January 5, 2003 It only takes one trigger. Condition: ("ParachuteBase" countType [vehicle player]) >= 1 Activation: deleteVehicle (vehicle player); hint "You are not qualified to parachute!" Share this post Link to post Share on other sites
Shortbus 0 Posted January 5, 2003 great! Thanks... only sucks this isn't a global thing that can be applied to all maps, not only the ones that have been designed to use it. Share this post Link to post Share on other sites
Tactician 0 Posted January 5, 2003 You can say that about a lot of features. Share this post Link to post Share on other sites