Jump to content
Sign in to follow this  
Raid

FFV View Problem

Recommended Posts

Hello,

I have a video which may reveal a clearer understanding of my problem. In a FFV Position that I have implemented into this Blackhawk, whenever you aim down your sights the view is defaulted to a view of the Left hand side of the helicopter.

Cheers,

-Raid

Share this post


Link to post
Share on other sites

I have found my issue.

Share this post


Link to post
Share on other sites

I had missed a class.

class fakeVehicle: Helicopter_Base_H

{

class CargoTurret; //Never Defined this class. However it was present in the Helicopter_Base_H class

class Turrets: Turrets

{

class CargoTurret_01: CargoTurret

{

};

};

};

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  

×