GTA Online IPL Warehouses crate coords

Hello everyon, i hope yall are doing ok.
Im developing a warehouse script and im looking for any json, lua, or even txt list that has the coords for the crate spawning props on the warehouses IPLs. Would be great to get this instead of going to each of the 169 (16 small, 42 medium, 111 large) crate slots :smiley:

Update:

Ive found the coords for the small warehouse in this script

    crate1_1 = {x = 1088.61, y = -3096.40, z = -39.00},
    crate1_2 = {x = 1091.38, y = -3096.40, z = -38.89},
    crate2_1 = {x = 1091.38, y = -3096.40, z = -39.00},
    crate2_2 = {x = 1091.38, y = -3096.40, z = -38.89},
    crate3_1 = {x = 1095.13, y = -3096.40, z = -39.00},
    crate3_2 = {x = 1095.13, y = -3096.40, z = -38.89},
    crate4_1 = {x = 1097.51, y = -3096.40, z = -39.00},
    crate4_2 = {x = 1097.51, y = -3096.40, z = -38.89},
    crate5_1 = {x = 1101.31, y = -3096.40, z = -39.00},
    crate5_2 = {x = 1101.31, y = -3096.40, z = -38.89},
    crate6_1 = {x = 1104.00, y = -3096.40, z = -39.00},
    crate6_2 = {x = 1104.00, y = -3096.40, z = -38.89}