local colshape = createCircleArea(1523.43, 534.24, 10)
addEventHandler("onClientRender", root, function(thePlayer)
typywcolshape = isElementWithinColShape(thePlayer, colshape)
dxDrawText("Ludzi w col shape: "..#typywcolshape.."", 150*px, 240*py, 240*px, 50*py, tocolor(255, 255, 255), 1, "default")
end)