Jump to content
Sign in to follow this  
Kapyong

Building Config

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×