Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // result (PHI & Fijapowa are bodyless zeuses)
- [["CloudStalker [AM 2]",[
- ["Error: No unit",[1497.53,1081.72,22.9814],2757.95,false,true],
- ["PHI [AM 2FS]",[2171.11,3477.83,28.4924],1222.36,true,true],
- ["Error: No unit",[4026.42,3093.17,1.2347],684.352,false,true], // CloudStalker reported he could hear this player as if he had TFAR disabled, i was standing next to this player ingame with no problems
- ["Fijapowa [AM 2]",[1906.01,3551.1,211.111],1511.18,true,true]],"
- "]]
- // CloudStalker was the only one having such problems
- // watched this
- _y = [];
- {
- private _a = _x getVariable ["tfarBug", []];
- if(count _a > 2) then {
- _y pushBack [name _x, _a , "
- "];
- }
- } forEach allPlayers;
- // executed this
- [{
- private _y = [];
- {
- _y pushBack [ name _x, getpos _x, _x distance player, isPlayer _x, _x in allPlayers];
- } forEach (allPlayers - (allUnits arrayIntersect allPlayers) - (entities "HeadlessClient_F"));
- player setVariable ["tfarBug", _y, true];
- },"BIS_fnc_spawn",true] call BIS_fnc_MP;
Advertisement
Add Comment
Please, Sign In to add comment