4 Really annoying ERRORS.
#1

There are the errors :
PHP код:
(26131) : error 008must be a constant expressionassumed zero
(26131) : error 009invalid array size (negativezero or out of bounds)
(
26131) : error 036: empty statement
(26131) : fatal error 107too many error messages on one line 
Here's the script :
Код:
for(new h=0; h < MAX_HOUSES; h++)
            	     		{
           	     			new Text3D:hLabelID[h];
							hLabelID[h] = CreateDynamic3DTextLabel(labelString, ADMIN_GREEN, Houses[NewHouseID][hExteriorX],Houses[NewHouseID][hExteriorY],Houses[NewHouseID][hExteriorZ],30.0,0,1);
                			new labelString[96];
							format(labelString, sizeof(labelString), "House %d\n Price: %d", NewHouseID, Houses[h][HousePrice])
							}
Line 26131 :
Код:
           	     			new Text3D:hLabelID[h];
I would appericate any help, thank you.
Reply


Messages In This Thread
4 Really annoying ERRORS. - by Ben7544 - 21.07.2011, 00:12
Re: 4 Really annoying ERRORS. - by JaTochNietDan - 21.07.2011, 00:24
Re: 4 Really annoying ERRORS. - by Ben7544 - 21.07.2011, 00:44
Re: 4 Really annoying ERRORS. - by [HiC]TheKiller - 21.07.2011, 01:00

Forum Jump:


Users browsing this thread: 1 Guest(s)