Sign in to follow this  
bonez

Dms Exile ?

23 posts in this topic

Hey all im trying to add DMS to my server im adding the pbo to @exileServer but on github it says add this too initPlayerLocal then they crossed it i tryed with it and with out it but no missions spawned am i messing something !

if (!hasInterface && !isServer) then
{
    1 spawn
    {
        waitUntil {player==player};
        DMS_HC_Object = player;
        publicVariableServer "DMS_HC_Object";
    };
};

 

Share this post


Link to post
Share on other sites

you must add this to your init.sqf

//DMS
"GlobalHint" addPublicVariableEventHandler {
    hint parseText format["%1", (_this select 1) select 1];
};

and you need not this

if (!hasInterface && !isServer) then
{
    1 spawn
    {
        waitUntil {player==player};
        DMS_HC_Object = player;
        publicVariableServer "DMS_HC_Object";
    };
};

Share this post


Link to post
Share on other sites
Advertisement
Advertisement
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.