Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. class CfgSimpleAH {
  2. // Basic setup
  3. SAHAdminUIDS[] = {"76561198011895979", "76561198120382407", "76561198015989867", "76561198135514009"}; // UID's of your admins to bypass anti-hack.
  4. SAHPassword = "tyry"; // Your server command password, will be used only for ban purposes.
  5. SAHLogPath = "A3Logs_Transaction"; // Logs directory starting from extension root (requires mlib extension enabled).
  6. SAHLogFormat = "%1_%2"; // Format of end file, %1- SteamID, %2 - profileName, %3 - Level of Warning (requires mlib extension enabled).
  7. SAHCurrencyLogFormat = "%1_%2_TRANSACTIONS"; // Format of end file, %1- SteamID, %2 - profileName, %3 - Level of Warning (requires mlib extension enabled).
  8.  
  9. // Advanced configuration
  10. SAHLogLevel = 0; // 0 - log every trigger, 1 - log kicks and bans triggers, 2 - log bans triggers only. (Recommended: 0)
  11. SAHLogVerbose = 0; // 0 - log to everywhere, 1 - log to RPT and admin panel, 2 - log to admins only. (Recommended: 0)
  12. SAHVariables[] = {{"life_cash",100000,8},{"life_atmbank",100000,8}}; // Check mechanics in the descriptions for full details
  13. SAHCurrency[] = {{"life_atmbank",1000},{"life_cash",1000}}; // Check mechanics in the descriptions for full details
  14. SAHActionNames[] = {"god","esp","teleport","spawn","infinite","unlim","unlimited","hack","fast","life","altis","menu","recoil","troll","suicide","kill","heal","repair"}; // List of keywords to check in actions
  15. SAHKeyWords[] = {"d3s_raptor_PRP_17","d3s_raptor_17_base", "driverInAction", "cargoAction", "driverLeftHandAnimName", "driverRightHandAnimName"}; // List of keywords, input of which considered to be a code. Added to the default built-in list (case-insensitive).
  16. SAHExcludeIDD[] = {0,8,18,70}; // Excluded displays IDD from verbal checks. Display initialization is still present (modify at own risk).
  17. SAHPingThreshold = 0; // Value of ping in ms considered to be a connection loss, 0 - to disable that mechanic.
  18. SAHIgnoreMapCheck = 0; // Ignore map content validation, not recommended, unless you use specific addon to protect map display from injection.
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement