Jump to content

Lucy Healy

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Lucy Healy

  • Rank
    On the Coast
  1. Lucy Healy

    config.cpp error

    When trying to launch the offline server to test my mod I keep getting this error in the config; "line 16: /CfgVehicles/: 'c' encountered instead of '{' " class CfgPatches { class TT_Tops { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = { "DZ_Data" }; }; }; class CfgVehicles { class QuiltedJacket_ColorBase; < line 16 class DemZ_QuiltedJacket_Black: QuiltedJacket_ColorBase { scope=2; hiddenSelectionsTextures[]= { "DemzTextures\Clothing\Tops\demz_quiltedjacket_black_co.paa", "DemzTextures\Clothing\Tops\demz_quiltedjacket_black_co.paa", "DemzTextures\Clothing\Tops\demz_quiltedjacket_black_co.paa" }; }; };
×