Skip to content

ErrorMessage..  #7

Description

@BrealGamer

Can someone please explain to me what I'm doing wrong here? I cant seem to work it out and iv been trying all day. I'm still learning so please go easy on me. Here is the error message I'm getting..

ErrorMessage: Include file mpmissions__cur_mp.Tanoa\addons\statusBar\statusBar.hpp not found

Iv followed all steps. Here are my edits Iv done..

FILE: (initPlayerLocal.sqf)
/**

///////////////////////////////////////////////////////////////////////////////
// Static Objects
///////////////////////////////////////////////////////////////////////////////
#include "initServer.sqf"
[] execVM "addons\statusBar\statusBar.sqf";

if (!hasInterface || isServer) exitWith {};

[] execVM "ClaimVehicles_Client\ClaimVehicles_Client_init.sqf";

// 76 NPCs

FILE: description.ext
class RscTitles
{
#include "addons\statusBar\statusBar.hpp"
};
class CfgRemoteExec
{
class Functions
{
mode = 1;
jip = 0;

    class ExileServer_system_network_dispatchIncomingMessage
    {
        allowedTargets = 2;
    };
};

class Commands
{
    mode = 0;
    jip = 0;
};

};

If anyone could tell me what Iv done wrong, I'd very much appreciate it. Thanks in advance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions