Jump to content

lmapper

Member
  • Posts

    180
  • Joined

  • Last visited

Posts posted by lmapper

  1. Hi guys.

    How to realize full day cycle every restart (4h.) ?

    Like that:

    Server start;   <------|
    Morning;               |
    Afternoon;             |
    Evening;               |
    Night;                 |
    Dawn;                  |
    Server restart; -------|
  2. ..and if it is in the cards, you can host a dedicated server from work/from home.  The requirements are not super crazy or anything.  Fast CPU GHz, Good fast Ram, Fast Hard Drive, Fast Internet is the 4 most important things.  You can run an arma server from PC does not need to be a true server rig.  Infact the faster core and ram of a PC, among other factors, probably make it a better candidate, but either way is fine.  You can even host the server on the same pc you play on but oviously this is not highly recommended. 

     

    No no no, income from the server that is located on your computer - should not count.

    Very much of a hassle, and it's not stable.

     

     

     - Dual X5570 cpus (2.93GHz).

     - 48GB ram (ECC R-Dimm).

    The requirements are not super crazy or anything

     

    LoL

  3. if(script_in_progress)exitwith{
            systemChat "This script is only useable once (untill restart)!";
    };
    

    It exits the loop only, not the script.

     

     

     if (_random2 == 0) then     if (_random2 == 3) then     if (_random2 == 6) then 
    
     if (_random2 == 1) then     if (_random2 == 4) then 
    
     if (_random2 == 2) then     if (_random2 == 5) then 

    Better use: swith {_random2 } do {};

                             

             

    // Checks if script is active, thanks Halvhjearne <3
    if(isNil "script_in_progress")then{
            script_in_progress = false;
    };
     
    if(script_in_progress)exitwith{
            systemChat "This script is only useable once (untill restart)!";
    };
    script_in_progress = true;
    // End Checks if Script is active
    

    Are you sure what it working ?

    You attach importance to, and then immediately check it out. What's the point?

    "script_in_progress" - what is it ? Where are you find it ?

     

     

     

    if (_random2 == 5) then {

    Chance to _random be equal "5":

    You think: 1/6 

    Real:           0.16666666666666669 %

     

  4. Hey, guys. 
    I want to give a little advice: 
    When we created the server - we also chose dayz.st, so as he seemed one of the most professional in their field.
    However, after some time, when the server has come to play more players - the problems started.
    Hosted often been DDoS attacks (just hosting and not our server), tech support is almost gone (there are working people who do not know anything about it). 
    Ultimately, we had to move to vilayer, while also moving problems will occur, as we have.
    By this I suggest you immediately take vilayer hosting.

    This is not hosting - advertising !

  5. LeeEnfield | M14 Aim | 2x scrap metal                                                                                                                                                                                                                                                                                           MR43 | LeeEnfield | 1x Scrap Metal

     

    Absolutely different weapons, different magazines.

×
×
  • Create New...