Ghostrider-GRG Posted April 10, 2016 Report Share Posted April 10, 2016 How would one go about allowing a custom event handler with the antihack running for ver 0.3.8.0. I have tried the following which resulted in a string of AH logs indicating that specific players were banned. This ban has showed up for all players. Any input is much appreciated in advance. What I tried is shown below: In epoch.altis\epoch_config\Configs\CfgEpochClient.hpp look for line 69 Killed = "_this call EPOCH_fnc_playerDeath;"; and change it to this: Killed = "_this call EPOCH_fnc_playerDeath;HALV_playerDied = [_this select 0,_this select 1];publicVariable 'HALV_playerDied';"; Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now