y_stringhash conflicts with dudb - 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: y_stringhash conflicts with dudb (
/showthread.php?tid=224767)
y_stringhash conflicts with dudb -
OldDirtyBastard - 12.02.2011
Since my project with a registration system using y_ini and sscanf failed,
im trying to make one using Dini and dudb but seems like dudb is conflicting with
y_stringhash and giving me this errors:
Код:
pawno\include\YSI\y_stringhash.inc(669) : warning 219: local variable "hash" shadows a variable at a preceding level
pawno\include\YSI\y_stringhash.inc(695) : warning 219: local variable "hash" shadows a variable at a preceding level
pawno\include\YSI\y_stringhash.inc(721) : warning 219: local variable "hash" shadows a variable at a preceding level
Ive tryed to remove the variables in y_stringhash but seems like without it the entire YSI brakes apart...
Please anyone could give me some tips how to solve this problem?
Thanks regards.