4 Really annoying ERRORS.
#2

new Text3D:hLabelID[h];

That piece of code makes no sense, what are you trying to do? It would appear that your intention is to have an array with all of the house label ID's stored in it. In that case, why are you creating it in a local scope? Create it in the global scope, for example:

pawn Код:
new Text3D:hLabelID[MAX_HOUSES];
To create it in a global scope, make sure it is not placed under a callback or function, preferably at the top of the script where there are most likely many other global variables.
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)