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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: sscanf Error (
/showthread.php?tid=195170)
sscanf Error -
HotRod - 01.12.2010
Sup, i'm trying to add too an old script that i'm using just too learn scripting abit more.
I get an error "C:\Users\Lewis\Desktop\OldGM\gamemodes\OldGM.pwn( 36743) : error 021: symbol already defined: "sscanf"" When compiling.
Код:
stock sscanf(string[], format[], {Float,_}:...) // The line before the error line
{ // Line 36743
.. Any solutions?
Thanks,
~ Hotrod
Re: sscanf Error -
blackwave - 01.12.2010
The #include <sscanf> might be already defined, or then, you're defined this stock. Mostly probably it be defined already on the include
Re: sscanf Error -
HotRod - 01.12.2010
Thanks, i renamed it instead.