whiztler 137 Posted April 8, 2015 I want to check if a client/server has a DLC loaded. Let's say I want too know if a client has the free or premium Marksman DLC loaded. Currently I check if an addon/mod is loaded as follows: ADF_mod_TFAR = isClass(configFile/"CfgPatches"/"task_force_radio"); // Check if TFAR is present With the MM DLC there is a difference re content for the free and premium (paid) version. How do I check if a client has the Premium version (or the free version)? Share this post Link to post Share on other sites
fight9 14 Posted April 8, 2015 try getDLCs. Read the comments. Share this post Link to post Share on other sites