Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
2,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. //For Nex-AC v1.0 (0.3.7-R1)
  2.  
  3. #if defined _nex_ac_lang_included
  4. #endinput
  5. #endif
  6. #define _nex_ac_lang_included
  7.  
  8. new
  9. SUSPICION_1[] = "[Nex-AC] Suspicious player, ID %d. Reason code: %03d%s",
  10. SUSPICION_2[] = "[Nex-AC] Suspicious player, IP %s. Reason code: %03d%s",
  11. VERSION_WARNING[] = "[Nex-AC] The anticheat version is not compatible with the current SA-MP Server",
  12. CFG_OPENING_ERROR[] = "[Nex-AC] Error creating or opening %s!",
  13.  
  14. #if defined DEBUG
  15. DEBUG_CODE_1[] = "[Nex-AC debug] ID %d exceeded %d flood attempts. Public ID: %d",
  16. DEBUG_CODE_2[] = "[Nex-AC debug] Invalid version by ID %d. Version: %s",
  17. DEBUG_CODE_3[] = "[Nex-AC debug] ID %d exceeded %d connections from 1 IP-address",
  18. DEBUG_CODE_4[] = "[Nex-AC debug] Bad RCON login by IP %s using password %s",
  19. DEBUG_CODE_5[] = "[Nex-AC debug] ID %d used NOP %s",
  20. #endif
  21.  
  22. KICK_MSG[] = "You have been kicked on suspicion of using cheat programs (#%03d)",
  23. MAX_CONNECTS_MSG[] = "You have exceeded the maximum number of connections from 1 IP-address",
  24. UNKNOWN_CLIENT_MSG[] = "This version of the client is not compatible with the server version.",
  25.  
  26. LOADED_MSG_1[] = " Anticheat Nex-AC loaded!",
  27. LOADED_MSG_2[] = " Anticheat version: %s",
  28. LOADED_MSG_3[] = " Author: Nexius",
  29.  
  30. STATS_STRING_1[] = " Statistics anticheat Nex-AC",
  31. STATS_STRING_2[] = " Detected and prevented:",
  32. STATS_STRING_3[] = " %d cheating attempts",
  33. STATS_STRING_4[] = " %d hacking attempts",
  34. STATS_STRING_5[] = " %d crashing attempts",
  35. STATS_STRING_6[] = " %d flooding attempts",
  36. STATS_STRING_7[] = " %d attacks",
  37. STATS_STRING_8[] = " Total detected and punished %d cheaters";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement