mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:03:30 +00:00
updated websocket position call
This commit is contained in:
@@ -22,7 +22,7 @@ player addEventHandler ["Respawn", {
|
||||
|
||||
[{
|
||||
if (alive _this) then {
|
||||
"armatak" callExtension ["websocket:location",[player call armatak_fnc_extract_info]];
|
||||
"armatak" callExtension ["websocket:location",[player call armatak_fnc_extract_position]];
|
||||
};
|
||||
}, 1, []] call CBA_fnc_addPerFrameHandler;
|
||||
};
|
||||
@@ -35,5 +35,5 @@ addMissionEventHandler ["OnUserDisconnected", {
|
||||
onPlayerDisconnected "'armatak' callExtension ['websocket:stop',[]];";
|
||||
|
||||
[{
|
||||
"armatak" callExtension ["websocket:location",[player call armatak_fnc_extract_info]];
|
||||
"armatak" callExtension ["websocket:location",[player call armatak_fnc_extract_position]];
|
||||
}, 1, []] call CBA_fnc_addPerFrameHandler;
|
||||
Reference in New Issue
Block a user