Recent content by Ryke666

  1. R

    AI Guards that shoot all except certain UID ?

    myscript.sqf: PHP Code: if (not isDedicated) exitwith {}; _obj = _this select 0;_rad = _this select 1; _UIDarray = ["123456","654321","456789"]; _list = []; while {true} do { _list = (position _obj) nearEntities [["Man"],_rad]; for "_i" from 0 to (count _list)-1 do {...
  2. R

    AI Guards that shoot all except certain UID ?

    would life to have this as well, but not a clue how
  3. R

    help with installing sarge on overwatch

    I can do it
  4. R

    Static ai not spawning No helis / No static patrols

    I'll get stuck at w8 for host, got an overwatch server, my mission files are already unpacked in the mission folder, any solutions?
  5. R

    Day/Night

    I just got 2x the Hive.init which is saying about the Time on my server [Time] ;Possible values: Local, Custom, Static Type = Static ;If using Custom type, offset from UTC in hours (can be negative as well) Offset = 0 ;If using Static type (Hour value always the same on every server start), the...
  6. R

    Overwatch 2.4 With BaseBuilding Fully Working!

    I would love to get this as well
  7. R

    scripting...

    could do
  8. R

    Scripter needed

    sure, can do
  9. R

    Medical and Food Boxes Disappearing

    I will give it a try
  10. R

    Medical and Food Boxes Disappearing

    I changed it to this //Server Cleanup _missionObjs = allMissionObjects ""; _qty = count _missionObjs; { if ((local _x) or (_qty > 750)) then { _keep = _x getVariable ["permaLoot",false]...
  11. R

    Medical and Food Boxes Disappearing

    guess its just neccessary to change these lines in owcleanup //Server Cleanup _missionObjs = allMissionObjects "ReammoBox"; _qty = count _missionObjs; { if ((local _x) or (_qty > 750)) then { _keep = _x...
  12. R

    Storage box

    in owcleanup is: //Server Cleanup _missionObjs = allMissionObjects "ReammoBox"; _qty = count _missionObjs; { if ((local _x) or (_qty > 750)) then { _keep = _x getVariable ["permaLoot",false]...
Back
Top