Friday, September 20, 2024 12:16:49 AM
> settings

Customize


Authenticate

> config.cpp
/**
 * config
 *
 * Bryan
 * www.arcasindustries.com
 * © 2017 Arcas Industries
 *
 * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
 */

class CfgPatches{class exile_server_manager{requiredVersion = 0.1;requiredAddons[] = {"exile_server_config"};units[] = {};weapons[] = {};magazines[] = {};ammo[] = {};};};
class CfgFunctions{class ExileServerManager{class Bootstrap{file = "exile_server_manager\bootstrap";class preInit { preInit = 1; };class postInit { postInit = 1; };};};};


class CfgESM
{

	key = "A15CA";


	website = "http://localhost/esm";


	functionWhitelist[] =
	{
		"ExileServerManager_system_territory_payTerritory",
		"ExileServerManager_system_territory_upgradeTerritory",
		"ExileServerManager_object_player_getOnline",
		"ExileServerManager_system_territory_handleModeration",
		"ExileServerManager_system_territory_handlePlayer"
	};


	useExileThreading = 1;


	requestCheckTime = 0.1;


	debugEnabled = 0;
};
All opinions represented herein are my own
- © 2024 itsthedevman
- build 340fbb8