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