Deposit materials and drugs
#1

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"
Reply
#2

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)