Jump to content

dennis_stk

Member
  • Posts

    160
  • Joined

  • Last visited

Posts posted by dennis_stk

  1. Enable simulation. To fix the bug with the glitch that you can look inside when its locked use this here in client init.

    [] spawn {
        disableSerialization;

        while { true } do {
            waitUntil { !isNull findDisplay 602 };
            _open = 0;
            _near = 0;
            {
                _near = _near + 1;
                if !(_x getVariable ['EPOCH_Locked', true]) then {
                    _open = _open + 1;
                };
            } forEach (nearestObjects[player,['Safe_EPOCH','Lockbox_EPOCH'],4]);
            if (_near > 0 && _open == 0) then {
                ((findDisplay 602) displayCtrl 6401) ctrlSetPosition [-9999 * safeZoneW,-9999 * SafeZoneH,0,0];
                ((findDisplay 602) displayCtrl 6401) ctrlCommit 0;
                ctrlSetFocus ((findDisplay 602) displayCtrl 6321);
                ctrlActivate ((findDisplay 602) displayCtrl 6321);
            };
            waitUntil { isNull findDisplay 602 };            
        };
    };

  2. 6 hours ago, infiSTAR.de said:

    You could add an eventhandler for "ContainerOpened" to the safe/lockbox and have that check if it is really unlocked or not.

    Maybe it is enough to add someting like
    player action ['Gear', player];

    to the inventoryOpened evenhandler, as players will be forced into the "ground" tab

    I will test this evening and say if it works

     

    Edit:

    Doesnt work. Arma 3 scans surroundings and then you are still inside of the container.

  3. So ich hab mir gerade mal deinen RPT Log angeguckt. Wunderst du dich ernsthaft dass du freezes hast? Versuch mal Vanilla und dann melde dich wenn du Freezes hast. Du lästerst hier über eine Mod und versaust sie mit diesem ganzen Krams.
    Addons: 1. a3_scarcode_pve, 2. helicrash, 3. ud, 4. HSBlackmarket
                    

    So i had a look at your RPT Log. Do you rly wondering that your game had freezes? Try Epoch Vanilla and then come back to the forum and told us how it works. You are talking bad about this mod and you are blame themselves with addons that not include of this mod.

    Addons: 1. a3_scarcode_pve, 2. helicrash, 3. ud, 4. HSBlackmarket
     
  4. Du wirst genau die gleichen Probleme bei Exile oder jeder anderen Mod haben. Meinst du bei Exile hast du mehr Server FPS als bei Epoch? Am Po. Ich habe einen Exile und einen Epoch Server und da tut sich nichts. Beide haben die gleichen Server FPS.

    Bei dir wird jetzt einfach das Problem das 1. Ein von dir eingefügtes Script Probleme macht oder 2. Dein Provider einen weiteren Arma 3 Server auf der Virtuellen Maschine laufen lässt.

     

    Edit: Welche Infistar Version nutzt du?

    Edit 2: Infistar: v0225A versuch eine ältere Version

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    You will have the same problems with Exile or every Mod. When you are thinking that Exile had much more Server fps than epoch then you got a big mistake. I have an Exile and Epoch Server and both had the same server FPS.
    There will be one of these problems: 1. one of your scrips makes probs, or 2 Your Provider takes an 2nd Arma Server on the virtual machine.

     

     

     

    Edit: Which Version of Infistar are u using? 

    Edit 2: Infistar: v0225A try an older Version

×
×
  • Create New...