mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add bicycle handling for coins
This commit is contained in:
@@ -832,7 +832,7 @@ if (!isNull _cursorTarget && {!_inVehicle && !_isPZombie && _canDo && player dis
|
||||
s_bank_dialog = -1;
|
||||
};
|
||||
if (ZSC_VehicleMoneyStorage) then {
|
||||
if (_isVehicle && !_isMan && !_isLocked && _isAlive) then {
|
||||
if (_isVehicle && !_isMan && !_isLocked && _isAlive && !_isBicycle) then {
|
||||
if (s_bank_dialog3 < 0) then {
|
||||
s_bank_dialog3 = player addAction [format["<t color='#0059FF'>%1</t>",localize "STR_CL_ZSC_ACCESS_BANK"],"\z\addons\dayz_code\actions\zsc\vehDialog.sqf",_cursorTarget,1,true,true];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user