Jump to content

A3 Warlords update 1.86


TheScar

Recommended Posts

Currently all the missions are using some variation of:

_flatPos = [0,0,0];
    while {_flatPos distance2D [0,0,0] < 200} do {
        _flatPos = [getMarkerPos currentAO, 10, 15000, 5, 0, 0.2, 0, [[BaseArray, 800],[currentAO, 800]], [0,0,0]] call BIS_fnc_findSafePos;
    };

That needs to be replaced by something that doesn't use [BaseArray,800] as param, you need to add all the locations that are in basearray to the array that array is currently in.  If that makes sence. 

Link to comment
Share on other sites

4 hours ago, ansin11 said:

Isn't this how you like it @TheScar?

i took a fuel truck,then wiped it - so no,it wasnt a problem to me,but you do understand where i m coming from ?

?

 

 

Quote
1
2
3
4
5
6
7
8
9
10
//
// Dear maintainer:
//
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
//
// total_hours_wasted_here = 16
//

:Yaoarghh-min:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Forum Statistics

    11.1k
    Total Topics
    66.4k
    Total Posts
×
×
  • Create New...