error 017: undefined symbol "tohash" - 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: error 017: undefined symbol "tohash" (
/showthread.php?tid=230325)
error 017: undefined symbol "tohash" -
Keanas - 23.02.2011
Hello,
I have new error
Код:
error 017: undefined symbol "tohash
"
Line:
Код:
dini_IntSet(file,"slaptazodis",tohash(inputtext));
Re: error 017: undefined symbol "tohash" -
DevilG - 23.02.2011
According to the error message, you need to define the "tohash".
Do you actually have "tohash" function in your script?
Re: error 017: undefined symbol "tohash" -
Keanas - 23.02.2011
I haven't