26.09.2016, 16:25
I doubt the limit (1024) was reached. After creating the 3D text label, print what it returned:
If the number is not 65535, then the problem is somewhere else. Check where HouseLabel array is used, perhaps the 3D text label is destroyed somewhere after loading.
pawn Код:
HouseLabel[i] = Create3DTextLabel(PropertyString ,0x09FF00FF,HouseInfo[i][hExteriorX], HouseInfo[i][hExteriorY], HouseInfo[i][hExteriorZ],40,0);
printf("3D text label ID: %i", _: HouseLabel[i]);