Jump to content

JamieKG

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by JamieKG

  1. well I still get "Epoch: Server DLL mismatch! Current: Needed: 0.5.1.7" and the 03 error on start up and if I do

    $ ldd \@epochhive/epochserver.so
            linux-gate.so.1 =>  (0xf7730000)
            libhiredis.so.0.10 => not found
            libpcre.so.3 => not found
            libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf74cf000)
            libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf74b1000)
            libc.so.6 => /lib32/libc.so.6 (0xf7306000)
            libm.so.6 => /lib32/libm.so.6 (0xf72bf000)
            /lib/ld-linux.so.2 (0xf7731000)
    
    

    and I see in another post you said 

     

     

    You can ignore the errors with libhiredis and libpcre as they are taken care of with the "export LD_LIBRARY_PATH" within the script

     

    so I think I need to add the to the lgsm script but not sure were 

  2. Hi im a fairly new player to the Arma games and have been loving it and especially Epoch and would like to thank the Devs and the community for the add-ons myself and my friends have been having a blast

     

    So I read that revive is part of the base game as of the Marksman DLC is there anyway this can be used rather then the multi gun revive ?

     

    Also ive seen another mod in development called ACE 3 is anyone planing to add this to there servers I like alot of the features ive seen like the car keys the medical system and a few others ?

  3. Hi I wonder if some one can help me im trying to add this to my server but im getting kicked by BattEye

     

    10:36:59 BattlEye Server: Script Log: #0 JamieKG (***********************) - #21 "e 1 "mpmissions\__CUR_MP.Altis\init.sqf"
    10:36:59   if (isServer) then {
    10:36:59   execVM "\q\addons\traderATMs\init.sqf";
    10:36:59   };
    10:36:59   
    10:36:59   #line 1 "mpmissions\__"
    10:36:59 Player JamieKG kicked off by BattlEye: Script Restriction #21
    10:36:59 Player JamieKG disconnected.
    

    here is a my init.sqf

    if (isServer) then {
        execVM "\q\addons\traderATMs\init.sqf";
    };
    
    #include "A3EAI_Client\A3EAI_initclient.sqf";
    
    the other addons I have are
     
     
    and
     
     
     
    Thanks in advance for any help received
     
    JamieKG 
     
     
     
    Edit Just to add ive tried just this mod and only your code in init.sqf and I still receive a kick
×
×
  • Create New...