function sampIs3dTextDefined(id, color, pos, distance, testLOS, attachedPlayerId, attachedVehicleId, text)
if text:find('Еда для новичков') then
qxf = math.floor(tonumber(pos.x))
qyf = math.floor(tonumber(pos.y))
qzf = math.floor(tonumber(pos.z))
print('est eda x: '..qxf..', y: '..qyf..', z:'..qzf)
end
end