Recent content by RedLink

  1. R

    Origins vehicles BIG MOD ORIGINS SIGNS

    in \@DayZ_Epoch_Server\addons\dayz_server\compile\ find 3 files: server_publishVehicle.sqf, server_publishVehicle2.sqf and server_publishVehicle3.sqf 1. in server_publishVehicle.sqf after the line diag_log ("PUBLISH: Created " + (_class) + " with ID " + str(_uid)); paste _oriarray...
  2. R

    Fresh infistar be filters

    This my filters for Epoch Overpoch 1.0.6.2 with infistar. https://yadi.sk/d/HmIJFLAW3RX823
  3. R

    Infistar AntiHack Errors

    You are using the old version infistar.
  4. R

    DZAI not working on Taviana Epoch 1.0.6

    1. wrong packed dayz_server.pbo 2. are you change variables (replace old with new) in the DZAI (all files) for 1.0.6 ? 2.1. variables https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Documents/1.0.6%20Variable%20Name%20Changes.txt...
  5. R

    Combat mode

    i create new variable in the init.sqf ns_blowout2= false; and add they in blowout_client.sqf at the beginning - ns_blowout2= true; at the end - ns_blowout2= false; at the dayz_spaceInterrupt.sqf change if ((_dikCode == 0x01 ) && (r_player_dead || ns_blowout2)) then { Its works. Nice ) Thanks...
  6. R

    Combat mode

    the ESC menu is not working always in my init.sqf ns_blowout = true; if i set ns_blowout = false; - blowout does not working
  7. R

    Combat mode

    in the blowout_client.sqf if (ns_blowout_dayz) then { player setVariable["startcombattimer", 1, true]; }; this script must change for 5 minutes combat time
  8. R

    Combat mode

    my mission https://yadi.sk/d/JR0cz5t_qg2n3
  9. R

    Combat mode

    yes. 300 )) in my server installed script Blowout. when it has only just begun, the players go to the lobby and wait out for him there. So I want to make when does it start, combat mode for 5 minutes. I know where to write, but I do not know how to realize it.
  10. R

    Combat mode

    Hi all. Default combat mode is 30 seconds. How to make it, ex, 5 minutes? i found this code, but his not work. player setVariable["startcombattimer",1,true]; player setVariable ["combattimeout",3000,true]; player setVariable ["startcombattimer",0]; dayz_combat =1; Any ideas?
  11. R

    [Support] DZMS DayZ Mission System

    Antihack from InfiStar if that
  12. R

    [Support] DZMS DayZ Mission System

    22:40:43 "EPOCH SERVERTRADE: Player: ASAP (9943492) bought a PartFueltank in/at Unknown Trader City for 2x ItemGoldBar" 22:40:43 Error in expression <{ _findRun = false; }; if (_isTavi AND (_tavHeight <= 185)) then { _findRun = fa> 22:40:43 Error position: <_tavHeight <= 185)) then { _findRun =...
  13. R

    [Support] DZMS DayZ Mission System

    no other errors.
  14. R

    [Support] DZMS DayZ Mission System

    Use Dayz Epoch 1.0.4.1 Sauerland. In a log file permanently and because of this log file is constantly quickly becomes large. Sorry for my English. RPT log: 12:18:12 [DZMS]: Running Minor Mission SM1. 12:18:12 Error in expression <or Mission %1.",_varName]; waitUntil {DZMSMinDone}; DZMSMinDone...
Back
Top