Anti Hack -- Addon White Listings

You can whitelist scripts yourself, search for addAction in your scripts and whitelist it.

Whitelist them here:

Code:
 _dayzActions = (s_player_repairActions + r_player_actions2 + r_player_actions +
[s_player_grabflare,s_player_removeflare,s_player_deleteBuild,s_player_forceSave,
s_player_flipveh,s_player_fillfuel,s_player_dropflare,s_player_butcher,s_player_cook,
s_player_boil,s_player_fireout,null,s_player_packtent,s_player_sleep,s_player_studybody,NORRN_dropAction]);
 
Very good idea, if can find the solution for my scripts, I will put them there.
I'm looking for base building, remove parts and selfbloodbag (I have it but need to try it before saying it's ok) actions...
 
Back
Top