Having a lil prob - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Having a lil prob (
/showthread.php?tid=243346)
Having a lil prob -
xTeChNiQuEz-- - 22.03.2011
I dont know if it's vista problem or not but i have sscanf and sscanf2
when i do on my gamemode include sscanf and compile then open by server everything works fine
but then if i do include sscanf2 i get this stupid error and i have both includes......
Re: Having a lil prob -
Markx - 22.03.2011
use ****** first?
Re: Having a lil prob -
Mike Garber - 22.03.2011
You don't have to use both - as far as i understood sscanf2 is compatible with the old sscanf.
Try to not include sscanf, and use only sscanf2.
Re: Having a lil prob -
xTeChNiQuEz-- - 22.03.2011
i did jsut include sscanf then no problems.... but at a script i have with mysql, i need sscanf2 because of some bug fix's some i done include <sscanf2> and took the sscanf off
like i dont have
#include <sscanf>
#include <sscanf2>
i just have
#include <sscanf2>
Quote:
Originally Posted by Markx
use ****** first?
|
Search what? sscanf problem? wow lots of programs use sscanf... that sscanf is just based for samp.
Re: Having a lil prob -
Mike Garber - 22.03.2011
That's what i mean, just include sscanf2, and not sscanf, because they're both the same thing, though sscanf2 is better and faster, and more functional.
Re: Having a lil prob -
xTeChNiQuEz-- - 22.03.2011
Quote:
Originally Posted by Mike Garber
That's what i mean, just include sscanf2, and not sscanf, because they're both the same thing, though sscanf2 is better and faster, and more functional.
|
Yeah thats why i want sscanf2 not sscanf....
But im having a mysql problem and i think it's because of sscanf.
Re: Having a lil prob -
aircombat - 22.03.2011
you need sscanf2 plugin or else u will keep having that error
Re: Having a lil prob -
xTeChNiQuEz-- - 22.03.2011
The problem is back here....
https://sampforum.blast.hk/showthread.php?tid=242852
Tell me if its the script or the plugin.