SA-MP Forums Archive
Deposit materials and drugs - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Deposit materials and drugs (/showthread.php?tid=189980)



Deposit materials and drugs - traficgamesro - 13.11.2010

hey , i put in my new Gamemod a script of another gamemod

safe deposit to materials and drugs and i have 10 errors,
Код:
16614) : error 017: undefined symbol "pBoxMats"
(16645) : error 017: undefined symbol "pBoxDrugs"
(16681) : error 017: undefined symbol "pBoxMats"
(16690) : error 017: undefined symbol "pBoxMats"
(16694) : error 017: undefined symbol "pBoxMats"
(16699) : error 017: undefined symbol "pBoxMats"
(16712) : error 017: undefined symbol "pBoxDrugs"
(16721) : error 017: undefined symbol "pBoxDrugs"
(16725) : error 017: undefined symbol "pBoxDrugs"
(16730) : error 017: undefined symbol "pBoxDrugs"



Re: Deposit materials and drugs - pater - 13.11.2010

You could fix this by adding
pawn Код:
new pBoxMats, pBoxDrugs;
to the top of your script, but since i don't know what you are going to store in there, arrays, integers etc. I can't say for sure. You should post the code you are using it in, in here..

best regards