chenged UDP Socket freq to 10hz to avoid traffic jam

This commit is contained in:
Valmo Trindade
2025-10-14 19:10:45 -03:00
parent 8c955c421e
commit 8007b6ada6

View File

@@ -25,7 +25,7 @@ player setVariable [QGVAR(eudConnected), true];
if (player getVariable [QGVAR(eudConnected), false]) then {
"armatak" callExtension ["udp_socket:send_gps_cot", [player call FUNC(extractClientPosition)]];
};
}, 0.02, []] call CBA_fnc_addPerFrameHandler;
}, 0.1, []] call CBA_fnc_addPerFrameHandler;
deleteVehicle _logic;
closeDialog 1;