Kapyong 0 Posted February 18, 2008 Just after a nice simple building config for my model. PEace Share this post Link to post Share on other sites
[aps]gnat 28 Posted February 18, 2008 Maybe like this, untested Quote[/b] ]class CfgPatches { class TheBlocks { units[] = {"TheBlock"}; requiredVersion = 1.08.5163; }; }; class CfgVehicles { class All; class Static:All { class UserActions; }; class building: Static{}; class TheBlock : building { unitInfoType = "building"; cost = 10000000; accuracy = 1000; icon = ""; model = "\TheBlock\theblock"; armor = 30000; displayName = "The Block"; }; }; Share this post Link to post Share on other sites