Jump to content

Meyson

Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Meyson

  1. How to make the restart button after death? Next, you can do this after the death of the player was thrown from the server. And how to increase the time before activating the exit button from 10 seconds?

  2. Mmm customEvent.sqf created a file, it wrote {[_x, 100] call EPOCH_server_effectCrypto;} forEach allPlayers ;, {300 added, "custom \ customEvent.sqf", 0, 0}, and nothing .... please tell me that I do not so?

  3. Create a trigger in the editor, which would when coming to trigger the music played (checked in the editor all works on hurray), retained as expected, I threw all the files on a server Arma 3 epoch, and not running anything, half day fussed .... prompt how to be?

    class Item130
    {
    dataType="Trigger";
    position[]={7850.2622,17.753777,11198.521};
    angle=4.7678905;
    class Attributes
    {
    onActivation="1 fadeMusic 1; playMusic ""sidr11"";";
    onDeactivation="1 fadeMusic 0;";
    sizeA=3;
    sizeB=7;
    sizeC=4;
    repeatable=1;
    activationBy="ANY";
    isRectangle=1;
    isServerOnly=1;
    };
    id=40;
    type="EmptyDetectorArea10x10";
    atlOffset=-0.052999496;
    };
    class Item131
    {
    dataType="Trigger";
    position[]={7853.6118,17.391575,11197.52};
    angle=4.6931028;
    class Attributes
    {
    onActivation="playSound ""sidr22"";";
    onDeactivation="playSound ""sidr33"";";
    sizeA=2;
    sizeB=2;
    sizeC=4;
    repeatable=1;
    activationBy="ANY";
    isRectangle=1;
    isServerOnly=1;
    };
    id=41;
    type="EmptyDetectorArea10x10";
    atlOffset=0.1210022;
    }; 

  4. 12 часов назад Ghostrider-DbD- сказал:

    Пожалуйста, сделайте новую установку и следуйте инструкциям установки внимательно. Если вы дадите мне больше информации о том, что не работает, я мог бы быть в состоянии направить вас в правильном направлении для поиска и устранения неисправностей . Он отлично работает на нашем Namalsk разъединяет. Карта спецификации для namalsk custom_server являются \ компилирует \ функции \ GMS_fnc_findWorld.sqf. 

    Thank you very much, I have set up, but the problem is that there is no warning about the beginning of the mission and the fact that it carried out, do not tell how to fix?

  5. 11 hours ago, Ghostrider-DbD- said:

    Пожалуйста, сделайте новую установку и следуйте инструкциям установки внимательно. Если вы дадите мне больше информации о том, что не работает, я мог бы быть в состоянии направить вас в правильном направлении для поиска и устранения неисправностей. Он отлично работает на нашем Namalsk разъединяет. Карта спецификации для namalsk являются custom_server \ компилирует \ функции \ GMS_fnc_findWorld.sqf. 

    You could not describe in detail the installation is on Namalsk? thanks in advance

  6. This is the standard for all the loot in: Epochconfig.hpp

    defaultUniformFemale     = "U_Test_uniform";
    defaultVestFemale         = "V_F41_EPOCH";
    defaultUniformMale         = "U_Test1_uniform";
    defaultVestMale         = "V_41_EPOCH"

    How to register for a particular player loot?

     

    P.S Sorry my bad english

×
×
  • Create New...