Jump to content

harcosgoogle

Member
  • Posts

    209
  • Joined

  • Last visited

Posts posted by harcosgoogle

  1. 22:20:35 "Survivor Rewards Log: Started!"
    22:20:35 Error in expression <                                                    

    switch (true) do {
    case (_hmnty >= -5000 && _hmnty <= 5000): {_mp>
    22:20:35   Error position: <_hmnty >= -5000 && _hmnty <= 5000): {_mp>
    22:20:35   Error Undefined variable in expression: _hmnty
    22:20:35 File mpmissions\__cur_mp.Napf\player_rewards.sqf, line 14
    22:20:35 Error in expression <0):    {_mply = 1.9};                                                
    };

    if  (_hmnty >= -5000 &&     _hmnty <= 5000) then>
    22:20:35   Error position: <_hmnty >= -5000 &&     _hmnty <= 5000) then>
    22:20:35   Error Undefined variable in expression: _hmnty
    22:20:35 File mpmissions\__cur_mp.Napf\player_rewards.sqf, line 29

  2. Hi!

    Sun effect/dazzle how to off?

    Very dazzling 16-17 hours (game time)

     

    [Time]
    ;Possible values: Local, Custom, Static
    ;You cannot use Static on OFFICIAL Hive, it will just revert to Local
    Type = Static
    ;If using Custom type, offset from UTC in hours (can be negative as well)
    ;Offset = -10
    ;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
    Hour = 16 

     

    Restart every 3 hours. 

    16-17 hours Full dazzle.. day.

    18hours Good. -  Night.

     

    Thanks

     

    Screen/photo https://postimg.org/image/l0pbb4j5f/

  3. Hi!

     

    How to fix bug?

     

    Can not join server.. Waited screen..119 sec laoding.. Not joined server

     

    Thanks!

    10:08:45 SetFace error: class CfgFaces.man.ffaa_espafaces_camo_46 not found
    10:08:45 Error: Error during SetFace - class CfgFaces.man.ffaa_espafaces_camo_46 not found
    
    10:08:58 Client: Remote object 21:4 not found
    10:08:58 Client: Remote object 22:0 not found
    
    10:09:22 Client: Remote object 2:1198 not found
    10:09:42 Client: Remote object 21:1 not found
    
    10:11:34 Client: Remote object 21:6 not found
    10:11:34 Client: Remote object 23:0 not found
    
    10:12:19 Client: Remote object 24:4 not found
    
    10:13:11 Client: Remote object 2:1219 not found
    10:13:11 Client: Remote object 2:1220 not found
    10:13:11 Client: Remote object 2:1221 not found
    10:13:11 Client: Remote object 24:1 not found
    
    10:16:30 Client: Remote object 2:1239 not found
    10:16:30 Client: Remote object 25:1 not found
    
    10:18:28 Client: Remote object 25:4 not found
    10:18:28 Client: Remote object 26:1 not found
  4. @Helion4

    /*  Use vehicle check?    */ _UVC = false;    /* true or false */    /* using _ALLOWED_Vehicles and _FORBIDDEN_Vehicles lists */

     

     

    /*  If "_UVC =  true;" and "_UVW =  true;" this will delete all vehicles that are not in "_ALLOWED_Vehicles"  */
    _ALLOWED_Vehicles = ["ALL IF _UVW = false","Tractor","Policecar"];

    /*  If "_UVC =  true;" this will delete all vehicles that are in "_FORBIDDEN_Vehicles"  */
    _FORBIDDEN_Vehicles =

  5. Thanks info

     

     

    If you have created a brand new trader, make sure the skin name is also listed in server_trader at the top.

    serverTraders = [
    "NEWSKINNAME","RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2",
    "RU_Functionary1", // hero
    "GUE_Soldier_MG" // bandit
    ];

     

    // Static Weapons
    menu_NEWSKINMAME = [
    	["Static Weapons",666]],
    	[],
    	"neutral"
    ];
    This part is missing and I can not find it

    @lwbuk

×
×
  • Create New...