17.06.2012, 18:24
You seems to be looping through a specific variable, you should have the lines like that:
So have all "HouseInfo[iIndex[..]..between the loop.
pawn Код:
for(new iIndex; iIndex < MAX_HOUSES; iIndex++)
{
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX]
}