Advertisement
Guest User

Nex-AC En lang

a guest
Jul 1st, 2015
4,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.62 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] Suspicion on the ID %d. Reason code: %03d%s",
  10.     SUSPICION_2[] =         "[Nex-AC] Suspicion on the IP %s. Reason code: %03d%s",
  11.     VERSION_WARNING[] =     "[Nex-AC] This version of the anticheat is not suitable for the server version",
  12.     CFG_OPENING_ERROR[] =   "[Nex-AC] Error creating/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 were kicked on suspicion of using cheat programs (#%03d)",
  23.     MAX_CONNECTS_MSG[] =    "You exceeded the max number of connections from 1 IP-address",
  24.     UNKNOWN_CLIENT_MSG[] =  "This version of the client is not suitable for playing on the server",
  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