Jump to content
lukinator96

TAF - Tanoan Armed Forces

Recommended Posts

New mod v0.2 available at withSIX. Download now by clicking:

banner-420x120.png

Hey lukinator96 , you can upload updates or new mods to withSIX yourself now!

Make your own promo page, get the power to release your work at your own point of choosing.

To learn more, follow this guide.

Share this post


Link to post
Share on other sites

On turret errors

 

You incorrectly put these:

    class Turrets;
    class CargoTurret;

directly under cfgVehicles.

 

Try replacing:

 

	class B_Quadbike_01_F;
	class Turrets;
	class CargoTurret;

with:

    class Quadbike_01_base_F;
    class B_Quadbike_01_F: Quadbike_01_base_F {
        class Turrets;
        class CargoTurret;
    };

 

  • Like 1

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

×