Jump to content
  • 0

bad vehicle type


dodget90

Question

I'm getting an error in my clients RPT (Warning Message: Bad vehicle type) and (Warning Message: Invalid crew  in RHIB2Turret) after this error players games crash with a white screen with a popup box saying (bad vehicle type), I don't have this error on my server RPT though , can anyone shed light on this or point  me in the direction of the RHIB2Turret so I can remove it from my server , any other help will be appreciated

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

thanks for the reply , I'm not sure where to start looking, I haven't added any RHIB's to the server and it been fine for days until now , the only reference to rhib2turret is in @dayz_epoch\dayz_code\cfgvehicles\boat\RHIB.hpp ii tried deleting the class rhib2turret from there but it didn't make a difference, do you have an idea where to look?

Link to comment
Share on other sites

  • 0

it looks like this

class RHIB: Boat
{
    displayName = "RHIB";
    crew = "";
    typicalCargo[] = {};
    class TransportMagazines {};
    class TransportWeapons {};
};
class RHIB2Turret: RHIB
{
    displayName = "RHIB (Mk19)";

};


shouldnt it look like this

class RHIB: Boat
{
    displayName = "RHIB";
    crew = "";
    typicalCargo[] = {};
    class TransportMagazines {};
    class TransportWeapons {};
};
class RHIB2Turret: RHIB
{
    displayName = "RHIB (Mk19)";
        crew = "";
    typicalCargo[] = {};
    class TransportMagazines {};
    class TransportWeapons {};
};

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...