M4RT14L

Member

Last active 7 years ago

  1. 7 years ago
    Tue Aug 16 11:02:32 2016
    M4RT14L posted in Scripts for HoldAction.

    Awesome!!! it´s a very nice function.

  2. 8 years ago
    Mon Mar 14 20:05:41 2016
    M4RT14L posted in Server freezes (Fixed!).

    @Tupolov Here's a test build for you guys

    ftp://ALiVE:DevsALiVE@ftp.arma3liverepo.info/Archive/Release/v1.0.0/@ALiVE_1.0.0.1603141.7z

    Requires CBA 2.3.1

    Tried and working fine, 0 freezes and very good performance.

    Many thanks for your efforts, always you give the very best :D

  3. Thu Dec 17 09:53:41 2015
    M4RT14L posted in Server freezes (Fixed!).

    Same thing happens to me, since "blessed" Nexus patch, yesterday released a hotfix spotrep #00051, in which perhaps they have solved these problems.

    Greets.

  4. Wed Nov 18 19:06:44 2015
    M4RT14L posted in SOLVED Problem with ALiVE_fnc.

    HI,

    I found the bug, is an CBA_A3 issue with the functions logging, and is solved disabling this in description.ext just like that:

    allowFunctionsLog = 0;

    merit is not mine, I found it here

    Greets and thanks for your help.

  5. Mon Nov 16 16:34:23 2015
    M4RT14L posted in SOLVED Problem with ALiVE_fnc.

    Yes, I think that's the right form, I've done something wrong I will comment as soon as I find the problem.

    In any case, thanks a lot for your help.

    Greets.

  6. Mon Nov 16 15:42:48 2015
    M4RT14L posted in SOLVED Problem with ALiVE_fnc.

    I have tried the following,

    Remove addons, TFAR, RHS, Leights Opfor pack, RPT spamming persists.

    Remove all scripts, same as above.

    We have last version for @ALiVE and last @aliveserver plugin, and all ALiVE Modules are updated, mission.sqm cleaned serveral times etc...

    I do not get fix this problem, and I've run out of settings.

    Greets.

  7. Sun Nov 15 17:30:07 2015
    M4RT14L posted in SOLVED Problem with ALiVE_fnc.

    I have already an idea of what causes the problem,

    I will check and comment here, thanks for your help.

  8. Sun Nov 15 14:35:17 2015
    M4RT14L posted in SOLVED Problem with ALiVE_fnc.

    No rpt spamming with Operation Landlord, I tried also with some other of your missions and does not give any error,

    then that's what we're doing wrong?

    Maybe is a problem caused by another addon?

    Greets and thanks.

  9. Sat Nov 14 14:41:02 2015
    M4RT14L posted in SOLVED Problem with ALiVE_fnc.

    someone has the same problem? Or is there any idea that causes this error?

    Greets and thanks.

  10. Thu Nov 12 17:41:13 2015
    M4RT14L posted in custom spawn.

    Put this on your init.sqf:

    ALIVE_spawnProfileGroup = compile (preprocessFileLineNumbers "fnc_spawnProfileGroup.sqf");

    Create fifteen Markers in example mkr_1, mkr_2 to mkr_15

    Now put this in your init.sqf or in a sqf file to run a script

    [getMarkerPos "mkr_1", false, getMarkerPos "mkr_1", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_2", false, getMarkerPos "mkr_2", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_3", false, getMarkerPos "mkr_3", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_4", false, getMarkerPos "mkr_4", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_5", false, getMarkerPos "mkr_5", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_6", false, getMarkerPos "mkr_6", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_7", false, getMarkerPos "mkr_7", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_8", false, getMarkerPos "mkr_8", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_9", false, getMarkerPos "mkr_9", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_10", false, getMarkerPos "mkr_10", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_11", false, getMarkerPos "mkr_11", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_12", false, getMarkerPos "mkr_12", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_13", false, getMarkerPos "mkr_13", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_14", false, getMarkerPos "mkr_14", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;
    getMarkerPos "mkr_15", false, getMarkerPos "mkr_15", "GROUPTYPE", "GROUPFACTION"] call ALIVE_spawnProfileGroup;

    Or simpliest way, create 15 groups in the editor and synch with ALiVE Profiles Module.

    Check Out ALiVE tutorials, they are very easy to understand and very comprehensive.

View more