Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BattlEyeKickReason.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
BattlEyeKickReason
@ WINAPI_FAILURE
"WinAPI Failure #X" - a critical Windows API call failed
@ CLIENT_NOT_RESPONDING
"Client not responding" - the client is not acknowledging packets sent from the server
@ GAME_RESTART_REQUIRED
"Game restart required" - the client doesn't have the BE Service (protection) enabled
@ CORRUPTED_MEMORY
"Corrupted Memory #0" - the integrity of the protection failed to validate
@ ADMIN_KICK
"Admin Kick (REASON)" - the player has been kicked by server administrator
@ QUERY_TIMEOUT
"Query Timeout" - the client is not responding to scan queries sent from the master server
@ CORRUPTED_DATA
"Corrupted Data #X" - the integrity of the game was violated
@ DISALLOWED_PROGRAM
"Disallowed Program #X" - the client is running a blocked program, which doesn't necessarily indicate...
@ INVALID_SERVER_CONFIG
"Missing GameID/MasterPort server config settings"
@ ADMIN_BAN
"Admin Ban #REASON" - the player has been banned by server administrator
@ BAD_SERVICE_VERSION
"Bad Service Version" - the client is running an unsupported BE Service version
@ GLOBAL_BAN
"Global Ban #XXXXXX" - the player has been banned by BE
@ UNKNOWN
Definition EPlatform.c:24