Recent content by icor1031

  1. I

    DayZ Mission System

    Thank you Szerdi.
  2. I

    DayZ Mission System

    So the missions spawn in truly random positions on the map? And the "20" is "can't be in water?"
  3. I

    Bandwidth requirement to host?

    How much bandwidth (kbps or kBps) is typically required for 40 players on DayZ?
  4. I

    Major Lag & AI improvements possibility

    Please do!
  5. I

    DayZ Mission System

    Szerdi, I need help with just a few variables in your code, please. "_coords = [getMarkerPos "center",0,5500,100,0,20,0] call BIS_fnc_findSafePos;" and "_aispawn = [_coords,40,4,3,1] execVM "\z\addons\dayz_server\missions\add_unit_server.sq f";//AI Guards" 100 and 20 in _coords...
  6. I

    Need help understanding coordinates

    Thanks for your reply, I guess I shouldn't touch BSL. I cannot find those 7, much less dissect them.
  7. I

    Need help understanding coordinates

    I would also appreciate help understanding these 4 numbers, _aispawn = [_coords,40,4,3,1] execVM "\z\addons\dayz_server\missions\add_unit_server.sqf";//AI Guards Thanks.
  8. I

    Need help understanding coordinates

    DayZ Missions System uses lines like this in it's missions, "_coords = [getMarkerPos "center",0,5500,100,0,20,0] call BIS_fnc_findSafePos;" In the SQL, there are three numbers to define location. They appear similar to this: 63.485 654 12000.54 They seem to be heading (facing)...
  9. I

    Need help with Battleye

    I'm trying to install my battleye filters, so my Mission System won't kick players. Where am I supposed to put the text files(filters) I downloaded?...
Back
Top