Merge pull request #11 from MGTDB/patch-2

Update Exile_RevivePlayer.sqf
This commit is contained in:
happydayz-enigma 2016-12-16 22:16:31 +11:00 committed by GitHub
commit e071ef9beb

View File

@ -238,7 +238,7 @@ if (!local _requestingPlayer) then
_bambiPlayer addMagazine [_handguntype, _handgunammo];
_bambiPlayer setPosATL [_location select 0,_location select 1,0];
//_bambiPlayer setPosATL [_location select 0,_location select 1,0];// remove this line as it sets to ground level
_bambiPlayer disableAI "FSM";
_bambiPlayer disableAI "MOVE";
_bambiPlayer disableAI "AUTOTARGET";