SA-MP Forums Archive
how to fix this 1 error? - 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: how to fix this 1 error? (/showthread.php?tid=144632)



how to fix this 1 error? - hardstop - 28.04.2010

C:\Documents and Settings\hardstop\Desktop\server-samp\gamemodes\server.pwn(152) : error 017: undefined symbol "udb_hash"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: how to fix this 1 error? - Correlli - 28.04.2010

Get yourself an dUDB include.


Re: how to fix this 1 error? - hardstop - 28.04.2010

i already have it


Re: how to fix this 1 error? - CAR - 28.04.2010

pawn Код:
#include <dudb>
...


Re: how to fix this 1 error? - hardstop - 28.04.2010

yeah i forgot lol


Re: how to fix this 1 error? - Correlli - 28.04.2010

Then you should have the udb_hash function in that include, check it.