SA-MP Forums Archive
What kind of error is this? - 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: What kind of error is this? (/showthread.php?tid=146791)



What kind of error is this? - Antonio [G-RP] - 09.05.2010

It just happens on line 49, no matter the code

Error:

Код:
C:\Users\Lachlan\Desktop\0.3a DRP\pawno\include\dudb.inc(49) : error 017: undefined symbol "set"
pawn Код:
new salad[MAX_PLAYERS];



Re: What kind of error is this? - hansen111 - 09.05.2010

Post line 49 from the dudb.inc file and ill have a look. The error message means that in line 49 of the dudb.inc file there is a variable called "set" that is undefined.