miguel93041 0 Posted May 28, 2017 I´ve been into this error for a while but i can´t get it to work. Can you guys help me? config.cpp (MAP) Spoiler https://pastebin.com/3xW3kJ4D Line 2603: class CfgSurfaceCharacters { class Spain_UnderwaterClutter { probability[]={0.4,0.2,0.1,0.005,0.1,0.0595,0.1355}; names[]= { "SpainSeaWeed1", "SpainSeaWeed2", "SpainCoral4", "SpainCoral1", "SpainCoral5", "SpainCoral3", "SpainCoral2" }; }; class Spain_GrassClutter { probability[]={0.9,0.1}; names[]= { "SpainHierba", "Spain_GrassTall" }; }; }; RPT Spoiler https://pastebin.com/H7me820n Lines 678 & 679 11:42:46 Warning Message: No entry 'bin\config.bin/CfgSurfaceCharacters.'. 11:43:11 Warning Message: No entry '.probability'. Screenshot Share this post Link to post Share on other sites
miguel93041 0 Posted May 28, 2017 Never mind i fixed it. In line 2516 character=""; instead of character="Empty"; If you have this error just test the cfgSurfaces replacing characters to Empty and see where it fails Share this post Link to post Share on other sites