Jump to content

KIDFOS

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by KIDFOS

  1. Hi all,

     

    Have a small problem...  I can run HS Blackmarket on my home pc, but when i upload it to my server and join we can get to the EPOCH splash screen and the bar is about 1/4 full and doesn't move any more.

     

     

     

    My init.sqf

     

    if (isServer) then {
        execVM "\x\addons\traderATMs\init.sqf";
    };
    if (isDedicated) then {
        [] execVM "\x\addons\zombiemission\init.sqf";
    };
    [] execVM "zombie\compiles.sqf";
    "playZSoundHurt" addPublicVariableEventHandler {(_this select 1) call fncNextSound};
    "playZSound" addPublicVariableEventHandler {(_this select 1) call fncNextSound};
    [] execVM "trader\init.sqf";
    [] execVM "trader\HALV_takegive_crypto_init.sqf";
    [] execVM "trader\resetvehicleammo.sqf";
    if(hasInterface) then{
        [] execVM "addons\service_point\service_point.sqf";
    };

×
×
  • Create New...