mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Update installation.md
This commit is contained in:
parent
af897d0503
commit
1b371ae88c
@ -24,14 +24,14 @@ _To_
|
|||||||
|
|
||||||
* Add to the bottom of "class Car" menus this:
|
* Add to the bottom of "class Car" menus this:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
class ExAdSalvage: ExileAbstractAction
|
class ExAdSalvage: ExileAbstractAction
|
||||||
{
|
{
|
||||||
title = "<t color='#ff0000'>ExAd Salvage Aircraft</t>";
|
title = "<t color='#ff0000'>ExAd Salvage Aircraft</t>";
|
||||||
condition = "(!(alive (ExileClientInteractionObject)))";
|
condition = "(!(alive (ExileClientInteractionObject)))";
|
||||||
action = "_this call ExAd_fnc_vehicleSalvage";
|
action = "_this call ExAd_fnc_vehicleSalvage";
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
* Make sure it follows the formatting of the rest of the actions.
|
* Make sure it follows the formatting of the rest of the actions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user