02.07.2013, 01:43
Try this:
I removed the words there.
Edit:
Usually a "lacks forward declaration" is fixed by doing
So in your case,go to the include, and add this:
It sounds like SQL. So i may be wrong on the above statement.
I removed the words there.
pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,10.0,1,30.0);
Usually a "lacks forward declaration" is fixed by doing
pawn Код:
forward Something();
pawn Код:
forward OnQueryError();