07.03.2015, 21:37
Код:
hInfo[i][HID] = cache_get_field_content_int(i, "ID"); cache_get_field_content(i, "Owner", hInfo[i][Owner], mysql); hInfo[i][Owned] = cache_get_field_content_int(i, "Owned"); hInfo[i][Locked] = cache_get_field_content_int(i, "Locked"); hInfo[i][Price] = cache_get_field_content_int(i, "Price"); hInfo[i][OX] = cache_get_field_content_float(i, "OX"); hInfo[i][OY] = cache_get_field_content_float(i, "OY"); hInfo[i][OZ] = cache_get_field_content_float(i, "OZ"); hInfo[i][World] = cache_get_field_content_int(i, "World"); hInfo[i][OnSale] = cache_get_field_content_int(i, "OnSale"); hInfo[i][InteriorID] = cache_get_field_content_int(i, "InteriorID");