Unified style

This commit is contained in:
Jonathan Rosewood 2018-11-09 18:33:34 +03:00 committed by GitHub
parent 2f5ed23d16
commit b9a315b90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ logFile = "arma3server.log";
//requiredBuild = 95691
// Message of the Day (MOTD)
motd[]={
motd[] = {
"Welcome to My Arma 3 Server",
"TS3 Server: teamspeak.somewhere.com",
"Web: www.example.com"
@ -68,7 +68,7 @@ disableVoN = 0;
// 21-30 = 32kHz (ultrawideband).
vonCodecQuality = 3;
//Persistent Battlefield
// Persistent Battlefield
// 0 = disable.
// 1 = enable.
persistent = 1;
@ -108,22 +108,22 @@ allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"};
// SCRIPTING ISSUES
onUserConnected = ""; //
onUserDisconnected = ""; //
doubleIdDetected = ""; //
onUserConnected = "";
onUserDisconnected = "";
doubleIdDetected = "";
// SIGNATURE VERIFICATION
// kick = kick (_this select 0)
// ban = ban (_this select 0)
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";
// HEADLESS CLIENT SUPPORT
// specify ip-adresses of allowed headless clients
// if more than one:
// headlessClients[]={"127.0.0.1", "192.168.0.1"};
// localClient[]={"127.0.0.1", "192.168.0.1"};
headlessClients[]={"127.0.0.1"};
localClient[]={"127.0.0.1"};
battleyeLicense=1;
// headlessClients[] = {"127.0.0.1", "192.168.0.1"};
// localClient[] = {"127.0.0.1", "192.168.0.1"};
headlessClients[] = {"127.0.0.1"};
localClient[] = {"127.0.0.1"};
battleyeLicense = 1;