SQL house system
#4

I doubt the limit (1024) was reached. After creating the 3D text label, print what it returned:
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]);
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.
Reply


Messages In This Thread
SQL house system - by TheDarkBlade - 26.09.2016, 13:19
Re: SQL house system - by TheDarkBlade - 26.09.2016, 14:23
Re: SQL house system - by TheDarkBlade - 26.09.2016, 16:15
Re: SQL house system - by Konstantinos - 26.09.2016, 16:25
Re: SQL house system - by TheDarkBlade - 26.09.2016, 17:07
Re: SQL house system - by jlalt - 26.09.2016, 17:46
Re: SQL house system - by Konstantinos - 26.09.2016, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)