EpochModTeam / DayZ-Epoch

Experimental DayZ Mod for Arma 2
http://epochmodteam.github.io/DayZ-Epoch
227 stars 398 forks source link

uncouncious after combat log never enables user input again #2029

Closed SmokeyBR closed 5 years ago

SmokeyBR commented 5 years ago

ive track it down and this line is the culprit https://github.com/EpochModTeam/DayZ-Epoch/blob/634a01a8d3e415efc991b52e4cf6a7bda5433f72/SQF/dayz_code/compile/fn_unconscious.sqf#L94

it will keep looping never identifying the "out of unconscious state"

SmokeyBR commented 5 years ago

ok i should've said i came up with this problem while testing the "anti combat log" which removes the entire gear from player when combat logging. Sorry your're right should always test on a stock server before opening an issue.

That being said, now i also tested on a stock server (1.0.6.2) overwriting only fnc_usec_unconscious with latest changes.(do other files beside fn_unconscious.sqf come into play here ? )

it should result in the issue explained above

ebayShopper commented 5 years ago

Thanks 73118c2