Jump to content
  • 0

[Fixed] Need help extra_rc.hpp


freakystyle

Question

Hey guys i have a question my Rpt say this : ErrorMessage: File mpmissions\__cur_mp.chernarus\custom\RightClickMenu\extra_rc.hpp, line 19: /ExtraRc.ItemRadio: Member already defined. How can I fix it can you help me?

 

Ahhh i fixed. -.-

WRONG:

 

    class ItemRadio {
    class CallChopper {
            text = "Call Evac-Heli";
            script = "execVM 'custom\EvacHeli\CallEvacChopper.sqf'";
        };
    };

    class ItemRadio {
        class GroupManagement {
            text = "Group Management";
            script = "execVM 'dayz_code\gui\dzgm\loadGroupManagement.sqf'";
        };
    };

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Right

    class ItemRadio {
    class CallChopper {
            text = "Call Evac-Heli";
            script = "execVM 'custom\EvacHeli\CallEvacChopper.sqf'";
        };
        class GroupManagement {
            text = "Group Management";
            script = "execVM 'dayz_code\gui\dzgm\loadGroupManagement.sqf'";
        };
    };

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...