Rescue Tools
Bringing you many tools used by fire departments around the world for rescue operations
Installation
Rescue Tools is installed like any other resource. See our Installing Resourcespage for help here.
Configuration
Rescue Tools has some optional configuration options that you can edit to alter the resource to your liking.
Config.GeneratorRange
- Is the distance you have to be within to the generator to be able to use the cutters and spreaders. This is a number value. Default: 10.0
Config.UseToolsRange
- The distance that you have to be to the vehicle to be able to use the tools in this script, such as cutters and spreaders. Default: 2.5
Config.RetrieveFromVehicle
- If this is set to true, then it requires you to be next to one of the vehicles in the Config.AllowedVehicles
table to be able to retrieve them.
Config.AllowedVehicles
- This is a list of strings that are spawncodes to the vehicles that you want people to be able to retrieve equipment from. Requires Config.RetrieveFromVehicle
to be true.
Config.UsingSmartAirbags
- Set this to true if you use the Smart Airbags resource from London studios, and this will allow you to free people from the vehicle if they are stuck using our Rescue Tools
Config.UsingSmartHose
- Disables the hose command to prevent conflict with SmartHose.
The next lines allow you to change the commands for all the different functions of the script, and their command suggestions that show up in chat below them.
Config.GeneratorProp
- A string of the spawn code for the prop you wish to use for the generator. Default to prop_generator_01a
.
Config.CuttersProp
- A string of the spawn code for the prop you wish to use for the generator. Default to prop_firecutters
.
Config.SpreadersProp
- A string of the spawn code for the prop you wish to use for the generator. Default to prop_firespreaders
.
Config.PlaceGeneratorButton
- This is the control id that is used to pick up and place a generator. Find the range of keys that you can select from below
Last updated