SA-MP Forums Archive
sscanf 2.8.2 Issue - 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: sscanf 2.8.2 Issue (/showthread.php?tid=598470)



sscanf 2.8.2 Issue - Rokzlive - 13.01.2016

Im having an issue with sscanf 2.8.2.

Whenever i include sscanf2 in my script, it errors. Even with a completely blank script. Heres the error:

include\sscanf2.inc(42) : error 010: invalid function or declaration

Line 42 in sscanf2 include

pawn Код:
native sscanf(const data[], const format[], {Float,_}:...);
Anyone aware of what would cause this?

Thanks!


Re: sscanf 2.8.2 Issue - iKarim - 13.01.2016

Did you try re-downloading sscanf package?


Re: sscanf 2.8.2 Issue - Rokzlive - 13.01.2016

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
Did you try re-downloading sscanf package?
Yep.


Re: sscanf 2.8.2 Issue - Rokzlive - 13.01.2016

My apologies to bump this. However, this issue does still remain unresolved and I cannot seem to determine why. Ive never had an issue with sscanf.


Re: sscanf 2.8.2 Issue - Eth - 14.01.2016

Can you show me the includes in your gamemode?


Re: sscanf 2.8.2 Issue - Vince - 14.01.2016

Make sure that you haven't defined any other instances of sscanf. Adding a native declaration for a function that already exists is going to give problems.


Re: sscanf 2.8.2 Issue - Rokzlive - 18.01.2016

I found the issue. It turns out a messed up copy of a_mysql.inc caused the entire issue... kinda odd, but that caused it.