Replace player for ACE_player

This commit is contained in:
esteldunedain 2016-01-21 14:39:20 -03:00
parent e113853395
commit a22203a02a

View File

@ -23,7 +23,7 @@ if !((toLower _color) in ["black", "red", "green", "blue"]) exitWith {
["%1 is not a valid tag colour.", _color] call BIS_fnc_error;
};
_tagPos = player modelToWorld [0, 1.2, 0];
_tagPos = ACE_player modelToWorld [0, 1.2, 0];
_vectorDirAndUp = [];
_groundPos = getPosATL ACE_player;