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