13.08.2015, 20:23
you sure you add it like that?
NOTE:
has copyed from our friend lol [ hydewhyd ]
PHP код:
new Text3D:HouseLabel[500];
HouseLabel[h] = CreateDynamic3DTextLabel(labeltext, COLOUR_GREEN, hInfo[h][CPOutX], hInfo[h][CPOutY], hInfo[h][CPOutZ]+0.7, TEXTLABEL_DISTANCE, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, TEXTLABEL_TESTLOS, hInfo[h][SpawnWorld], hInfo[h][SpawnInterior], -1, TEXTLABEL_DISTANCE);
if(isnull(hIntInfo[hInfo[h][HouseInterior]][IntName]))
{
hInfo[h][HouseInterior] = DEFAULT_H_INTERIOR;
file = INI_Open(HouseFile(h));
INI_WriteInt(file, "HouseInterior", DEFAULT_H_INTERIOR);
INI_Close(file);
}
Iter_Add(Houses, h);
hcount++;
}
}
Код:
new Text3D:HouseLabel[500];