I did so but the problem was I think bad element pointer idk why
function showblips()
for ID in pairs(bankMarkers) do
if not (blip) then
x, y, z = bankMarkers[ID][1], bankMarkers[ID][2], bankMarkers[ID][3]
blip = createBlip ( x, y, z, 52, 2, 255, 0, 0, 255, 0, 200 )
else
destroyElement(ID)
end
end
end
addCommandHandler("showatm", showblips)