chase212 1 Posted March 21, 2013 Hello, I made a model and this is the config.cpp file File Name: config.cpp class CfgPatches { class chase_house { units[] = {}; weapons[] = {}; requiredVersion = 0.1; }; }; class CfgVehicles { class chase_house { model="\chase"; armor=2000; scope=2; displayName="Chase's House"; }; }; Do I need to sign the PBO? Any help would be great! Thanks Share this post Link to post Share on other sites
Andrew 1 Posted March 24, 2013 You need will add the model and config to ".pbo" if you want to see the model in the game. Use "BinPBO" or another similar program. Share this post Link to post Share on other sites