26.03.2016, 23:17
PHP код:
Entrance[eid][posX] = cache_get_field_content_float(i, "PosX", mysql);
Entrance[eid][posY] = cache_get_field_content_float(i, "PosY", mysql);
Entrance[eid][posZ] = cache_get_field_content_float(i, "PosZ", mysql);
Entrance[eid][posX] = cache_get_field_content_float(i, "iPosX", mysql);
Entrance[eid][posY] = cache_get_field_content_float(i, "iPosY", mysql);
Entrance[eid][posZ] = cache_get_field_content_float(i, "iPosZ", mysql);
You are saving iPosX, iPosY and iPosZ to posX, posY, posZ variables.