4 Really annoying ERRORS.
#4

pawn Код:
for(new h=0; h < MAX_HOUSES; h++)
{
    hLabelID[h] = CreateDynamic3DTextLabel(labelString, ADMIN_GREEN, Houses[h][hExteriorX],Houses[h][hExteriorY],Houses[h][hExteriorZ],30.0,0,1);
}
The other error is pretty much saying that you are not creating the house variable correctly. It should be like this
pawn Код:
new Houses[MAX_HOUSES][ENUM_VARIABLE]
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)