BeErZyMoTiC 0 Posted May 1, 2006 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? ... Share this post Link to post Share on other sites
456820 0 Posted May 1, 2006 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
wheres my rabbit ? 10 Posted May 1, 2006 <----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
NeMeSiS 11 Posted May 1, 2006 EDIT: Forget it, Where is my rabbit was first... Share this post Link to post Share on other sites