mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Update config.cpp
This commit is contained in:
parent
1b371ae88c
commit
3fb6d18dd7
@ -93,6 +93,12 @@ class CfgInteractionMenus
|
|||||||
condition = "call ExAd_XM8_DV_fnc_canPack";
|
condition = "call ExAd_XM8_DV_fnc_canPack";
|
||||||
action = "call ExAd_XM8_DV_fnc_pack";
|
action = "call ExAd_XM8_DV_fnc_pack";
|
||||||
};
|
};
|
||||||
|
class ExAdSalvage: ExileAbstractAction
|
||||||
|
{
|
||||||
|
title = "<t color='#ff0000'>ExAd Salvage Aircraft</t>";
|
||||||
|
condition = "(!(alive (ExileClientInteractionObject)))";
|
||||||
|
action = "_this call ExAd_fnc_vehicleSalvage";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class Bikes
|
class Bikes
|
||||||
|
Loading…
Reference in New Issue
Block a user