AgentRev / Arma3-404Wasteland-Stratis-TPG

OUTDATED - This project has been superseded by @A3Wasteland, to which I now contribute instead.
3 stars 1 forks source link

recoil detection false positives on dev branch? #3

Closed JoSchaap closed 11 years ago

JoSchaap commented 11 years ago

18:35:49 "ANTI-HACK 0.7.2: *** was kicked for [no recoil] with the value [-200% difference]"

alot of players on DEV branch have this now, are they all cheating or might there be a false positive ?

AgentRev commented 11 years ago

This is a false positive, it also occurred on our server when I released revision G. The fix is to add waitUntil {!isNull player}; right after the if (isServer) exitWith {}; in server\antihack\payload.sqf.

JoSchaap commented 11 years ago

thanks