Quantcast
Channel: Open DayZ Community
Viewing all articles
Browse latest Browse all 9026

findSafePos failsafe?

$
0
0
I'm trying to make a function that will loop BIS_fnc_findSafePos comparing it to coordinates to make sure they do not match to stop the "Novy Sobor" bug with the Mission Systems.

Is there a code snippet out there already? I get an error with the attempt I made.

Here's what I tried:
Code:
DZ_FindPos = {
    private["_findRun","_pos"];
    _findRun = true;
    while {_findRun} do {
        _pos = [getMarkerPos "center",0,5500,100,0,20,0] call BIS_fnc_findSafePos;
        if (!(_pos ==...
findSafePos failsafe?

Viewing all articles
Browse latest Browse all 9026

Trending Articles