ACE3/TO_MERGE/cse/sys_cc/init_server.sqf

20 lines
501 B
Plaintext
Raw Normal View History

2015-01-12 22:24:37 +00:00
/*
server_init.sqf
Usage: Initalizes the Command and Control Server functionality
Author: Glowbal
Arguments: array []
Returns: void
Affects: Server
Executes: All Localities
*/
//if (isServer) exitwith{};
if (isnil "CSE_CC_LOGIC_OBJECT_CC") then {
_group = createGroup sideLogic;
CSE_CC_LOGIC_OBJECT_CC = _group createUnit ["logic", [1,1,1], [], 0, "FORM"];
publicVariable "CSE_CC_LOGIC_OBJECT_CC";
// [] call cse_fnc_assignTrackerIDs_Server_CC; // temp disabled, switching to non id based???
};