its work - virtual slot
addMissionEventHandler ["PlayerConnected", { params ["_id", "_uid", "_name", "_jip", "_owner", "_idstr"]; [_owner,_uid] spawn { params ["_ow","_uid"]; _grp = createGroup WEST; _ap = _grp createUnit [_type,_respos, [], 0, "NONE"]; [_ap] joinSilent _grp; waituntil {!isnull _ap}; [_ap] remoteExecCall ["selectPlayer",_ow]; }; }];