SA-MP Forums Archive
Weird sscanf error - 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: Weird sscanf error (/showthread.php?tid=623290)



Weird sscanf error - BurnZ - 30.11.2016

Strange error happened to me:

Код:
fatal error 111: user error: sscanf (possibly the PAWN version) already defined.
It is on line 36, but that is just another include. I tried removing some stuff, it still says line 36.

Weird.


Re: Weird sscanf error - Dayrion - 30.11.2016

This happens in your GM/FS/Include ?


Re: Weird sscanf error - BurnZ - 30.11.2016

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
This happens in your GM/FS/Include ?
Game mode.


Re: Weird sscanf error - NeXoR - 30.11.2016

Show me all your includes


Re: Weird sscanf error - BurnZ - 30.11.2016

Quote:
Originally Posted by NeXoR
Посмотреть сообщение
Show me all your includes
There's nothing wrong with the includes. I didnt include original sscanf too.


Re: Weird sscanf error - CoaPsyFactor - 30.11.2016

Quote:
Originally Posted by BurnZ
Посмотреть сообщение
There's nothing wrong with the includes. I didnt include original sscanf too.
there is problem with includes, you maybe included sscanf in some other include and then in gamemode as well


Re: Weird sscanf error - BurnZ - 01.12.2016

Quote:
Originally Posted by CoaPsyFactor
Посмотреть сообщение
there is problem with includes, you maybe included sscanf in some other include and then in gamemode as well
Nope I didn't.


Re: Weird sscanf error - Vince - 01.12.2016

Quote:
Originally Posted by BurnZ
Посмотреть сообщение
Nope I didn't.
Error says you did.

Quote:
Originally Posted by BurnZ
Посмотреть сообщение
It is on line 36, but that is just another include. I tried removing some stuff, it still says line 36.
That's because it will be referring to the actual #error line IN THE SSCANF INCLUDE, not in your gamemode. Read the entire message.