mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
16 lines
365 B
Markdown
16 lines
365 B
Markdown
|
#Examples
|
||
|
|
||
|
Below I provide with some examples of how to use HaloParachute
|
||
|
|
||
|
##Chang settings
|
||
|
|
||
|
Customize settings to allow different scenarios.
|
||
|
* Allow vehicle ejection
|
||
|
```sqf
|
||
|
ExAd_ACTION_EJECT_HEIGHT = 0;
|
||
|
```
|
||
|
* Enable safeMode - makes the parachute auto pull itself when reaching ExAd_ACTION_PARACHUTE_HEIGHT
|
||
|
```sqf
|
||
|
ExAd_HALOPARACHUTE_SAFE_MODE = true;
|
||
|
```
|
||
|
|