Search results

  1. J

    [Atmosphere] Epoch Survivor Parties Support Thread

    To disable message when you try to attack bots change this in all dancers.sqf and relaxers.sqf _aiGroup = createGroup WEST; to this _aiGroup = createGroup resistance;
  2. J

    [Atmosphere] Epoch Survivor Parties Support Thread

    try change _aiunit allowDammage true; to fnc_usec_damageHandler = {}; fnc_usec_unconscious = {}; _aiunit removeAllEventHandlers "handleDamage"; _aiunit addEventHandler ["handleDamage", {false}]; _aiunit allowDammage false;
  3. J

    dayz mission addin (serverside scripts)

    On Epoch 1024 i have this strange errors with dogs 22:45:49 Error in expression < ""; if ((count _humans > 0) && (alive _foo)) then { _distance = _leader distan> 22:45:49 Error position: <_foo)) then { _distance = _leader distan> 22:45:49 Error Undefined variable in expression: _foo 22:45:49...
  4. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    THX you Genius Sir, you again helped me a lot. And thx for tip with stats.
  5. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Is there any way to grab vars (like lvl_var and money_var) from other players? I want to improve cpcnametags and display not only name of player, but lvl and moneys also. I try this _tag = name cursorTarget; _cursorcp = CursorTarget; _chklvlc = _cursorcp...
  6. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Why not? :confused:
  7. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Ok i fix this bug with restart, there is 2 var TimeToRestart and TimeRestart (that not defined but many other var's use it), just need to replace all TimeRestart to TimeToRestart
  8. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    i'm sure http://pastebin.com/59jThiN3
  9. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    I add them in description at a first.....
  10. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Seems like sounds alarm (1,2,5 min) and messages of restart does not work... i have allow_sounds = true; //make this false to disable sound allow_texts = true; //make this false to disable texts TimeToRestart = 120; //restart time in minutes.
  11. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Thanks You Sir.
  12. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    If you could share this list it would be great!
  13. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Thank you again ;)
  14. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    "Added admin message system to easily send messages to all players" How to send this messages?
  15. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    how to start "mingame"?
  16. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Thanks you Sir.
  17. J

    [SUPPORT] DayZ of Glory (SPORKMOD)

    download link not work! :(
  18. J

    [Release] Easy 3rd person limit

    Some modification (Admins or players bypass) and some cleanup: if ((getPlayerUID player) in ["0","Add UID to bypass"]) then { sleep 10; systemChat ('Greetings Master!'); } else { _types = ["man"]; _hint = false; _vMsg = "You may not use third person while in a vehicle of type: %1"; _fMsg =...
  19. J

    InCombat logout punishment

    http://opendayz.net/threads/incombat-logout-punishment.7631/#post-17186
  20. J

    Ammo Press Help

    Ok, i know how to fix it. 1. In scripts replace all "engine_12s" on "engine12s" 2. In description.ext add 2 classes: class z_engine12s_0 { name="z_engine12s_0"; sound[]={\sound\z_engine12s_0.ogg,0.9,1}; titles[] = {}; }; class engine12s { name="engine12s"...
Back
Top