SA-MP Forums Archive
Sscanf2 PROBLEM - 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: Sscanf2 PROBLEM (/showthread.php?tid=363396)



Sscanf2 PROBLEM - dario94 - 27.07.2012

When I compile script get this error with sscanf.inc.
How I solved it ?
I update with latest version sscanf but not work.

Код:
pawno\include\sscanf2.inc(27) : error 025: function heading differs from prototype
pawno\include\sscanf2.inc(27) : error 025: function heading differs from prototype
Sorry for my bad english


Re: Sscanf2 PROBLEM - Devilxz97 - 27.07.2012

did u install the Plugins ?

did u put this on top of your script ?
pawn Код:
#include <sscanf2>
did u place the includes in the right place ?
Pawno/Includes/here !!


Re: Sscanf2 PROBLEM - dario94 - 27.07.2012

Yes but not work !


Re: Sscanf2 PROBLEM - dario94 - 27.07.2012

Please someone help !!


Re: Sscanf2 PROBLEM - Devilxz97 - 27.07.2012

update your server to 0.3e ?


Re: Sscanf2 PROBLEM - Alexis1999 - 27.07.2012

Can you show us line 27?


Re: Sscanf2 PROBLEM - dario94 - 27.07.2012

I updated server 0.3e but still not work :S


Re: Sscanf2 PROBLEM - Glint - 27.07.2012

As Alexis said show us the lines that gives the errors.


Re: Sscanf2 PROBLEM - dario94 - 27.07.2012

#include <a_samp>
#include <float>
#include <time>
#include <zcmd>
#include <file>
#include <a_npc>
#include <streamer>
#include <Dini>
#include <dutils>
#include <foreach>
#include <utils>
#include <YSI\y_timers>
#include <fdialog>
#include <sscanf2>


Re: Sscanf2 PROBLEM - Misiur - 27.07.2012

Your dll/so is mismatched with include. Update plugin file and include to matching versions