mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
Merge pull request #222 from QuickCentralHosting/patch-2
Update Server.cfg - Add Mission Selection
This commit is contained in:
commit
a09f9694f6
@ -34,6 +34,34 @@ logFile = "arma3server.log";
|
||||
// Minimum Required Client Build
|
||||
//requiredBuild = 95691
|
||||
|
||||
class Missions
|
||||
{
|
||||
class Mission1
|
||||
{
|
||||
template = ;
|
||||
difficulty = "Regular";
|
||||
class Params {};
|
||||
};
|
||||
class Mission2
|
||||
{
|
||||
template = ;
|
||||
difficulty = "Regular";
|
||||
class Params {};
|
||||
};
|
||||
class Mission3
|
||||
{
|
||||
template = ;
|
||||
difficulty = "Regular";
|
||||
class Params {};
|
||||
};
|
||||
class Mission4
|
||||
{
|
||||
template = ;
|
||||
difficulty = "Regular";
|
||||
class Params {};
|
||||
};
|
||||
};
|
||||
|
||||
// Message of the Day (MOTD)
|
||||
motd[] = {
|
||||
"Welcome to My Arma 3 Server",
|
||||
|
Loading…
Reference in New Issue
Block a user