mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge branch 'experimental' of https://github.com/EpochModTeam/Epoch into experimental
This commit is contained in:
commit
cb2779777d
@ -142,6 +142,7 @@ if (vehicle player == player) then {
|
||||
};
|
||||
|
||||
if (EPOCH_buildMode > 0) then {
|
||||
if (!isnull EPOCH_Target) then {
|
||||
if (!_ctrl) then {
|
||||
_step = 0.5;
|
||||
if(_shift)then{_step = 1.5;};
|
||||
@ -168,6 +169,7 @@ if (vehicle player == player) then {
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
if (_dikCode in(actionKeys "moveFastForward") || _dikCode in(actionKeys "moveForward")) then {
|
||||
if ((diag_tickTime - EPOCH_lastAGTime) > 1) then {
|
||||
|
@ -17,8 +17,8 @@ private ["_markers","_objHiveKey","_slot","_playerCStats","_playerKarma","_playe
|
||||
//[[[end]]]
|
||||
params ["_trader","_player"];
|
||||
if (!isNull _trader) then {
|
||||
_markers = _trader getVariable["MARKER_REF",""];
|
||||
if (_markers != []) then {
|
||||
_markers = _trader getVariable["MARKER_REF",[]];
|
||||
if !(_markers isequalto []) then {
|
||||
{
|
||||
_x setMarkerColor "ColorRed";
|
||||
}forEach _markers;
|
||||
|
Loading…
Reference in New Issue
Block a user