SA-MP Forums Archive
error 017: undefined symbol "szFileStr" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 017: undefined symbol "szFileStr" (/showthread.php?tid=408939)



error 017: undefined symbol "szFileStr" - Mado - 19.01.2013

Hi,

This line of code used to work perfect, but now I am getting this error message:
error 017: undefined symbol "szFileStr"

This is the line:
pawn Код:
HouseInfo[house][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[house][hExteriorX], HouseInfo[house][hExteriorY], HouseInfo[house][hExteriorZ]+0.5,30.0, 1, 30.0);
help
tnx bai


Re: error 017: undefined symbol "szFileStr" - Infinity90 - 19.01.2013

pawn Код:
new szFileStr[1024];



Re: error 017: undefined symbol "szFileStr" - LarzI - 19.01.2013

Quote:
Originally Posted by Infinity90
Посмотреть сообщение
pawn Код:
new szFileStr[1024];
Holy hell, are you insane? 1024 cells are way more than he will need.


Re: error 017: undefined symbol "szFileStr" - Mado - 19.01.2013

Ye I did 260 cells.

Thank you, cannot believe I didn't notice it myself!