From af897d0503c4df9250b58a8c07dca0b008fb221c Mon Sep 17 00:00:00 2001 From: "[GADD]Monkeynutz" Date: Wed, 24 Jan 2018 11:19:09 +0000 Subject: [PATCH] Update installation.md --- docs/VehicleSalvage/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/VehicleSalvage/installation.md b/docs/VehicleSalvage/installation.md index 55d53c7..77e5d26 100644 --- a/docs/VehicleSalvage/installation.md +++ b/docs/VehicleSalvage/installation.md @@ -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 \ No newline at end of file +ALL DONE! Enjoy :D