Jump to content

lesvieuxcrevards

Member
  • Posts

    63
  • Joined

  • Last visited

Posts posted by lesvieuxcrevards

  1. Hi anyone can help,   because I've an error at start : 

    Quote

     

    File mpmissions\_CUR_MP.Altis\description.exe, line 26:

    .cfgFunctions: Member already defined.

     

    my description.ext :

    Quote

     

    // Epoch Survival Gamemode
    //v1.01 Status_bar

    #include "epoch_config\sandbox_config.hpp"

    #include "trader\Halv_defines.hpp"
    #include "trader\tradedialog.hpp"
    #include "trader\HSPricing.hpp"

    class cfgFunctions
    {
        /////// scarCODE functions ///////
        class scarCODE
        {
            tag = "SC";
            class introCredits // Server Intro Credits
            {
                file = "scarCODE\introCredits";
                class initCredits { postInit = 1; };
            };
            class introCamera // Server Intro Camera
            {
                file = "scarCODE\introCam";
                class initCamera { postInit = 1; };
            };
        }; LINE 26 is HERE
    };

    class RscTitles
        {
        #include "addons\Status_Bar\statusBar.hpp"
        };

     

     

  2. Hi,

    I'm trying to setup and Arma3 Altis Epoch server (survival/PVE only). I've my server running with epoch. I'm new in Arma3 and Arma3 server configuration.

    But i want add some features like these (example) :

     

    I've read lot of messages/boards and watchs lot of vids on youtube. I've few questions (yes stupid because I'm newbie :biggrin:) :

    1. To add any kind of features, I need or not to have an directory labelled MISSIONS on my server or client?
    2. I've to create 1 mission on server or client?
    3. How do I run mission (if mission is required to have more features) when a player logging on server?

    Best Regards.

×
×
  • Create New...