mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
22 lines
592 B
Markdown
22 lines
592 B
Markdown
# Installation
|
|
|
|
* Remember for this plugin to work you first need to install [Core](https://github.com/Bjanski/ExAd/blob/Core/docs/core/installation.md)
|
|
|
|
## Client
|
|
|
|
1. Place the folder "HaloParachute" into "mpmissions\exile.<MAP>\ExAd\"
|
|
2. Goto "mpmissions\exile.<MAP>\ExAd\CfgFunctions" and uncomment
|
|
From
|
|
```cpp
|
|
//#include "HaloParachute\CfgFunctions.cpp"
|
|
```
|
|
To
|
|
```cpp
|
|
#include "HaloParachute\CfgFunctions.cpp"
|
|
```
|
|
|
|
3. Now you can go into "mpmissions\exile.<MAP>\ExAd\HaloParachute\customize.sqf" and change to desirable settings.
|
|
|
|
## Server
|
|
|
|
No installation needed. |