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