Search results

  1. F

    trigger a function on the server from the client?

    my first approach was to use compiles.sqf: if (_dikCode in actionKeys "User19" and (time - dayz_lastCheckBit > 5)) then { dayz_lastCheckBit = time; diag_log "FGW: User19"; }; could not find the output in the rpt on the server until i realized this runs...
  2. F

    Air raid - bombing and siren

    dont ask why, but when i checked this on my server right now, siren sounds are fine now. audible from all directions as it should be. dont know what i had messed up here the days before ... will give this a try. just need to figure out which model can be used here in standard dayz? dont...
  3. F

    Air raid - bombing and siren

    mmmyum: great addon! have it on my server running dayz 1.7.6.1 working without problems! anyway, there is one thing i dont like: the sound of sirens is fine, but the problem is you can hear the siren only in a fairly small angle. if you are heading directly to the sirens source its fine, but...
  4. F

    "stealing" vehicles from ai

    sarge: in an reply to an old post http://opendayz.net/threads/sarge-ai-framework-public-release.8391/page-51#post-36788 you answered to the question if ai helis could be used: nope. if you shoot them down, and they dont explode, they will vanish when you get close to them. This is intended...
  5. F

    IS this normal?

    sarge: im new to scripting with arma, so please bear with me! stumbled over opendayz.net some days ago and could not resist to try some addons on my server. sar_ai-1.5.0 was one of them. and i agree, your scripts are really well written, what made me think the errors might origin somewhere...
  6. F

    IS this normal?

    finally figured out whats wrong: just forgot to update server_cleanup.fsm. this was completely my fault! anyway, as i was trying to fix my issues, i closely watched my .rpt file. there were a lot of scripterrors logged! besides functional issues, this might also be hitting performance...
  7. F

    IS this normal?

    same problem here! have a plain dayz 1.7.6.1 install. just dropped your files from github/SAR_AI-1.5.0 into the addon directory under mpmissions/mymission and changed the few things mentioned in the readme. there are a lot of this "Error Undefined variable in expression: _x" errors in the...
Back
Top