sscanf for 0.3e? - 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 for 0.3e? (
/showthread.php?tid=343352)
sscanf for 0.3e? -
ZeroSugar - 17.05.2012
Hey, I need sscanf for 0.3e, when I try to run the script, then in console it says "sscanf not intialised" when I type any commands.
I tried including
Then it just gives me 6 errors in the include. Please help meehhhh!!!
Re: sscanf for 0.3e? -
AMEENAMEEN - 17.05.2012
try redownloading plugin and include p;acing it in pawno/include here
https://sampforum.blast.hk/showthread.php?tid=120356
Re: sscanf for 0.3e? -
ZeroSugar - 17.05.2012
Still the same...
Re: sscanf for 0.3e? -
skullmuncher1337 - 17.05.2012
sscanf in 0.3e works fine for me... Your code must be faulty
Re: sscanf for 0.3e? -
JaKe Elite - 17.05.2012
i hate such a people like this:
Then it just gives me 6 errors in the include. Please help meehhhh!!!
On Topic:
Tell us the error so we can tell what you need to do.
Re: sscanf for 0.3e? -
ZeroSugar - 17.05.2012
Aight.
Here are the errors.
pawn Код:
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(43) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit")
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(46) : error 017: undefined symbol "GetMaxPlayers"
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(46) : error 029: invalid expression, assumed zero
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(46) : warning 215: expression has no effect
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(47) : error 017: undefined symbol "funcidx"
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(47) : warning 215: expression has no effect
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(47) : error 001: expected token: ";", but found ")"
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(47) : error 029: invalid expression, assumed zero
C:\Users\Ingmar\Desktop\Asjad\San Andreas Multiplayer\GMid\WeTheFreaks Stunting\pawno\include\sscanf2.inc(47) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
Re: sscanf for 0.3e? -
ZeroSugar - 17.05.2012
Yes.
pawn Код:
#include <sscanf2>
#include <a_mysql>
#include <a_samp>
#include <zcmd>
#include <streamer>
#include <a_npc>
#include <foreach>
#include <removebuilding>
#include <SmartChat>
Re: sscanf for 0.3e? -
fordawinzz - 17.05.2012
include <a_samp> first...
Re: sscanf for 0.3e? -
ZeroSugar - 17.05.2012
pawn Код:
C:\Users\Ingmar\Desktop\Kolmnurk\Gamemodes\Nebulos-M31.pwn(87) : error 021: symbol already defined: "unformat"
Now I get this error.
Line:
pawn Код:
native unformat(const data[], const format[], {Float,_}:...) = sscanf;
Re: sscanf for 0.3e? -
TheArcher - 17.05.2012
Comment that line or remove it, that function is already defined in sscanf2.inc