Update player_fired.sqf

Vanilla commits:

70fc007062

f327c99b02
This commit is contained in:
ebayShopper
2017-11-22 12:49:06 -05:00
parent c671cf9661
commit 90487cde10
3 changed files with 14 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
condition = "(['Repair',this] call userActionConditions)";\
statement = "this call player_repairVehicle;";\
hideOnUse = 0
#define ACTION_SALVAGE displayName = $STR_ACTIONS_SALVAGEVEH;\
displayNameDefault = $STR_ACTIONS_SALVAGEVEH;\
priority = 0;\
@@ -29,4 +29,13 @@
onlyForPlayer = 1;\
shortcut = "";\
condition = "(['PushPlane',this] call userActionConditions)";\
statement = "this call player_pushPlane;"
statement = "this call player_pushPlane;"
#define ACTION_REARM priority = 3;\
radius = 3;\
position = "camera";\
showWindow = 0;\
onlyForPlayer = 1;\
shortcut = "reloadMagazine";\
condition = "(['AddAmmo',this] call userActionConditions)";\
hideOnUse = 1