Jump to content
Sign in to follow this  
BeErZyMoTiC

config failure

Recommended Posts

Quote[/b] ]class CfgModels

{

class default {};

class Vehicle: default {};

class Car: Vehicle {};

class vb_jeep: Car {};

};

class CfgPatches

{

class vb_jeep

{

units[] = {vb_jeep}

weapons[] = {};

requiredVersion = 1.91;

};

};

class CfgVehicles

{

class All {};

class AllVehicles: All {};

class Land: Allvehicles {};

class LandVehicles: Land {};

Class Car: LanVehicle {};

class Jeep: Car {};

class vb_jeep: Jeep

{

displayName="Jeep VB";

model="\vb_jeep\vb_jeep.p3d";

side=1;

crew="SoldierW";

maxspeed=300;

transportSoldier=0;

};

};

so? what's wrong? ... pistols.gif

Share this post


Link to post
Share on other sites

Erm.. well whats the error message your actually getting?

Give us some idea atleast for what to look for.

Share this post


Link to post
Share on other sites

whistle.gif <----click

i'm dont know crap all when it comes to configs but i think this is wrong

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels

{

class default {};

class Vehicle: default {};

class Car: Vehicle {};

class vb_jeep: Car {};

};

posibly should be

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels

{

class default {};

class Vehicle: default {};

class Car: Vehicle {};

class vb_jeep: Car

};

and there is a typo here

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class LandVehicles: Land {};

Class Car: LanVehicle {};

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  

×