The Sharpshooter 0 Posted February 8, 2003 The problem is that on the "scope" view of the tank I can turn the turret 360°, but when I switch to 3rd person I can only turn the turret like 170° to my left or right. Anyone know what the problem might be ? Thanks. Share this post Link to post Share on other sites
PicVert 0 Posted February 8, 2003 you have to put that in the Class of your vehicle : ie : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class CfgVehicles { class All {}; class AllVehicles: All {}; class Land: AllVehicles {}; class LandVehicle: Land {}; class Tank: LandVehicle {}; class M1Abrams: Tank {}; class XXXXXX: M1Abrams { displayName="XXXXXXX"; all your stuff for your vehicle and class TurretBase { gunAxis = "OsaHlavne"; turretAxis = "OsaVeze"; body = "OtocVez"; gun = "OtocHlaven"; soundServo[]={"XXXXXXX.wav",db+20,1}; gunBeg = "usti hlavne"; gunEnd = "konec hlavne"; minElev=-5; maxElev=20; minTurn=-360; maxTurn=360; }; }; <span id='postcolor'> the line is that you want but you have to put all : minTurn=-360; maxTurn=360; Share this post Link to post Share on other sites