mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
Unified style
This commit is contained in:
parent
2f5ed23d16
commit
b9a315b90d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user