try direction here instead

This commit is contained in:
[VB]AWOL
2013-12-03 07:49:44 -06:00
parent 781bf320c6
commit 436e5b334f

View File

@@ -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"];