Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
The Sharpshooter

Problem with

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×