Skip to content
ozdeadmeat edited this page Feb 18, 2015 · 2 revisions

Initialization of CMM is broken into 2 sections, Server and Client

Server

Initialized using initServer.sqf

  • Include "CMM\CMM-init.sqf";
  • Include "CMM\CMM_functions.sqf";
  • call compilefinal preprocessFileLineNumbers "BME\init.sqf";

Client

Initialized using initPlayerLocal.sqf

  • Include "CMM\CMM-init.sqf";
  • Include "CMM\CMM_functions.sqf";
  • call compilefinal preprocessFileLineNumbers "BME\init.sqf";
Clone this wiki locally