• 0
ArmySniper69

'fnc_adminreq' is not allowed to be remotely executed

Question

so followed install to a t and still get this error running an exile tanoa server. cant spawn vehicles, or items, cant tp well in vehicle, as well as a few other things not working.  anyone haveing simular issue

-----description.ext

     class CfgRemoteExec
{
    class Functions
    {
        mode = 1;
        jip = 0;
        class fnc_AdminReq { allowedTargets=2; };
        class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
    };
    class Commands
    {
        mode=0;
        jip=0;
    };
};

    #include "CfgRemoteExec.hpp"
    #include "infiSTAR_AdminMenu.hpp"

---cfgremoteexec.hpp

               class CfgRemoteExec
{
    class Functions
    {
        mode = 1;
        jip = 0;
        class fnc_AdminReq { allowedTargets=2; };
        class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
    };
    class Commands
    {
        mode=0;
        jip=0;
    };
};

 

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0
5 hours ago, ArmySniper69 said:

so followed install to a t and still get this error running an exile tanoa server. cant spawn vehicles, or items, cant tp well in vehicle, as well as a few other things not working.  anyone haveing simular issue

-----description.ext

     class CfgRemoteExec
{
    class Functions
    {
        mode = 1;
        jip = 0;
        class fnc_AdminReq { allowedTargets=2; };
        class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
    };
    class Commands
    {
        mode=0;
        jip=0;
    };
};

    #include "CfgRemoteExec.hpp"
    #include "infiSTAR_AdminMenu.hpp"

---cfgremoteexec.hpp

               class CfgRemoteExec
{
    class Functions
    {
        mode = 1;
        jip = 0;
        class fnc_AdminReq { allowedTargets=2; };
        class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
    };
    class Commands
    {
        mode=0;
        jip=0;
    };
};

 

For the install of infiSTAR it states int he instructions to remove class CfgRemoteExec  from your description.ext completely then add:

#include "CfgRemoteExec.hpp"
#include "infiSTAR_AdminMenu.hpp"

You don't need it in your description.ext anymore because it is called with #include "CfgRemoteExec.hpp" < that file should be in the root of your Exile.Altis pbo along with infiSTAR_AdminMenu.hpp .

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.