كلأمك صحيح , بس لو استخدمت التايمر راح يجيب لك القيمة الصحيحة .
local testMarker = createMarker ( 2492 , -1666 , 12.5 , "cylinder" , 3 , 255 , 255 , 255 , 120 )
local testPed = createPed ( 0 , 2492 , -1666 , 13 )
setTimer(function()
outputChatBox ( tostring ( isElementWithinColShape ( testPed , getElementColShape ( testMarker ) ) ) )
end,700,1)