Ban Check [Public Variable]

Strikes

Well-Known Member
#0 "atp" = ["User Name","42158893",[5308.91,10548.6,-0.0777283],[5314.08,10545.4,0.00149536],[5308.91,10548.6,-0.0777588]]

Not sure what these are; but it's showing up in Publicvariable-Unknown in pybescanner on our Public Server we have.

Legit or Illegal?

(Sorry if this is not the forum for this)
 
Its DayZ's 1.7.6.1 anti teleport.

Code:
_debug = getMarkerPos "respawn_west";
    if ((_speed > _topSpeed) && (alive player) && ((driver (vehicle player) == player) or (isNull (driver (vehicle player)))) && (_debug distance _lastpos > 3000) && !((vehicle player == player) && (_curheight < _lastheight) && ((_curheight - _terrainHeight) > 1))) then {
        (vehicle player) setpos _lastpos;
        atp = [name player, dayz_characterID, _lastpos, _curPos, getPosATL player];
        publicVariableServer "atp";
    } else {
 
        _lastpos = _curpos;
        _lastheight = _curheight;       
    };

Don't ban for it as legit players will get it too.
 
Back
Top