Jump to content
Sign in to follow this  
chase212

Config.cpp Help

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×