mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
try direction here instead
This commit is contained in:
@@ -91,7 +91,7 @@ if (_IsNearVehicle >= 1) then {
|
|||||||
_location = getposATL _vehicle;
|
_location = getposATL _vehicle;
|
||||||
|
|
||||||
// Get direction
|
// Get direction
|
||||||
_dir = getDir _vehicle;
|
_dir = direction _vehicle;
|
||||||
|
|
||||||
// Current charID
|
// Current charID
|
||||||
_objectCharacterID = _vehicle getVariable ["CharacterID","0"];
|
_objectCharacterID = _vehicle getVariable ["CharacterID","0"];
|
||||||
|
|||||||
Reference in New Issue
Block a user