sscanf 2.8.2 Issue
#1

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!
Reply
#2

Did you try re-downloading sscanf package?
Reply
#3

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

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.
Reply
#5

Can you show me the includes in your gamemode?
Reply
#6

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.
Reply
#7

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)