SA-MP Forums Archive
Help with udb_hash. - 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: Help with udb_hash. (/showthread.php?tid=173169)



Help with udb_hash. - Bumbis - 01.09.2010

So i have some strange error and i don't know how to fix it. Maybe you guys can help me and fix that error, so..

The error is:
Код:
 error 035: argument type mismatch (argument 1)
And some lines are here http://pastebin.com/YYDEyb6N , that error is at 14. line @ pastebin. Hope some of you will help me. Thanks in advance.


Re: Help with udb_hash. - Hiddos - 01.09.2010

When you hash something, it puts out a string.

pawn Код:
if(udb_hash(parole) != parole2)



Re: Help with udb_hash. - Bumbis - 01.09.2010

Fixed my self! TC.