Merge pull request #222 from QuickCentralHosting/patch-2
Update Server.cfg - Add Mission Selection
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user