Update installation.md

This commit is contained in:
[GADD]Monkeynutz 2018-01-24 11:19:09 +00:00 committed by GitHub
parent 856674dd03
commit af897d0503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ _To_
* Under CfgInteractionMenus you will see "class Car"
* Add to the bottom of "class Car" menus this:
```cpp
class ExAdSalvage: ExileAbstractAction
{
@ -31,8 +32,9 @@ _To_
action = "_this call ExAd_fnc_vehicleSalvage";
};
```
* Make sure it follows the formatting of the rest of the actions.
* Repeat this to add it to "class Air", "class Boat" and "class Tank" if you have it. Vanilla servers do not have "class Tank" so you may need to add it yourself.
ALL DONE! Enjoy :D
ALL DONE! Enjoy :D