wyslij=false function tak() x=0 for i,v in pairs(petla) do x = x + 1 local Y = (60)*(x-1) if isMouseIn(sw*180/1920, sh*(440+Y)/1080, sw*180/1920, sh*60/1080) then if wyslij~=true then outputchatbox(v[1]) wyslij = true end elseif not isMouseIn(sw*180/1920, sh*(440+Y)/1080, sw*180/1920, sh*60/1080) then wyslij=false end end end addEventHandler("onClientRender", root, tak)