Jump to content

Drokz

Member
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Drokz

  1. Hi,

    I just rent a new dedicated server and installed most of the stuff i had on old server.

    Now ive been puttin in the old database (dump.rdb) to the new server.

    My player data is getting loaded but all buildings and vehicles doesnt. But they still are in DB when i check with RedisDesktopManager.

    Any idea?

  2. I tried the one from first post and sometimes the marker stucks and when you move it doesnt show your right position. I also changed to mil_dot as marker and blue color but it sometimes appears black.

    Thx for the 2nd posting think thats what im looking for will try tomorrow :)

  3. Im trying to disable this near Custom Safezones with the following code but it doesnt work:

     

    _safezone = player nearObjects ["C_man_hunter_1_F", 100];
    _count = count _safezone;


    if(AllowInSafeZone && count playableUnits >= _MinimumPlayers) then
    {
        SafeToALP = true;
    }
    else
    {
        if(_count == 0 && count playableUnits >= _MinimumPlayers) then
        {
            SafeToALP = true;
        }
        else
        {
            SafeToALP = false;
        };
    };

     

    Hope anyone can help me with this

     

    Edit: NVM since using Extendet Safezone Script with Vehicle Protection

  4. 18 hours ago, Richie said:

    Just use the Chernarus mission files but substitute chernarus for the chernarus winter name in all mentions, it's the same map after all.

    I copied chernarus.h and changed the name to chernarus_winter.h and changed inside Class Chernarus to Class Chernarus_Winter.

    I also changed the #include thing in the config.ccp to chernarus_winter.h but teleporters and static traders are missing.

    Missions etc seem to work as before

  5. Stil not able to make it.

    When I respawn my log says: "Scripting function 'bis_fnc_execvm' is not allowed to be remotely executed" and gear is not applied.

    I used the scripts from timboye and changed the file names/locations to match the scripts.

     

    Any idea?

    btw.

    If there is another way to add a loadout let me know. I dont need a Donator or Admin loadout. Everyone should get the same stuff.

×
×
  • Create New...