Jump to content

NiksFok

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by NiksFok

  1. Hello again, Darth_Rogue! Thank for your help in installing Status Bar, and thanks for your script!

    Now I've got some problem in installation of this script. All Epoch constructions becomes much more stronger, but I haven't got attach explosive action in scroll menu.
    Maybe you have any suggestions? I'm using infistar ah, but I suppose it is not the key to solve my problem.
  2. Do you have yourself set up as an admin?  You can add your UID to the admin list in the init_statusbar.sqf and see if the admin bar will load instead of the player bar.  You can also add this code to the bottom of the playerbar.sqf and/or adminbar.sqf files

     

    diag_log "[sTATUS_BAR] Loaded successfully....";

     

    That will create an RPT entry which will ultimately tell you whether or not the file is being read all the way through.

     

    I added my UID for admin status bar, and asked my friend to join the server. Same problem.
    But thanks for your advice! I'll check it and make a report to you!
  3.  Darth_Rogue, big thanks for your extremely great job!
    But could you please help me to fix next problem?
    I've made all like it was in instructions, but the statusBar but it's not showing up on the server. No errors in player / server rpt.
    init.sqm
    #include "cfg\olkecfg.sqf"
    
    
    //A3EAI
    #include "A3EAI_Client\A3EAI_initclient.sqf";
    
    
    if (!isDedicated and hasInterface) then 
    {
    //Status Bar
    [] execVM "Addons\status_bar\init_statusBar.sqf";
    
    
    // SEM
    []execVM "semClient.sqf";
    systemchat("SEM activated...");
    
    
    };
    

    In description.ext 

    .................Lastline.........................(skip long document)
    class RscTitles
    {
    #include "Addons\status_bar\statusBar.hpp"
    };
    I'm using infistar, might be the problem in it? Any ideas?
×
×
  • Create New...