3 tiny errors - 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: 3 tiny errors (
/showthread.php?tid=329066)
3 tiny errors -
ToPhrESH - 27.03.2012
How do I fix this?
Код:
C:Desktop\Pawno\pawno\include\dudb.inc(34) : error 021: symbol already defined: "udb_hash"
Desktop\Pawno\pawno\include\dudb.inc(47) : error 021: symbol already defined: "udb_encode"
Desktop\Pawno\pawno\include\dudb.inc(72) : error 021: symbol already defined: "udb_decode"
Re: 3 tiny errors -
Ironboy - 27.03.2012
You have already defined
udb_decode
udb_encode
udb_hash
So remove it from the include (dudb) or from the script
Re: 3 tiny errors -
ToPhrESH - 27.03.2012
Well, I couldn't find it in the script.

Thanks though. :d
Re: 3 tiny errors -
Ironboy - 27.03.2012
Then just go to dudb include and search those functions are delete it from there.