SA-MP Forums Archive
What up with this? - 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: What up with this? (/showthread.php?tid=306809)



What up with this? - BMan17 - 28.12.2011

Every time i make a script with sscanf2 I get this
Quote:

C:\Users\dragonlady\Desktop\B-Man\Downloads\B-Man's Freeroam (0.3d)\pawno\include\sscanf2.inc(27) : error 021: symbol already defined: "sscanf"
C:\Users\dragonlady\Desktop\B-Man\Downloads\B-Man's Freeroam (0.3d)\pawno\include\sscanf2.inc(28 ) : error 021: symbol already defined: "unformat"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Whats up with this and how do I fix it?


Re: What up with this? - MP2 - 28.12.2011

You have sscanf() already defined in your script, or includes. Search for 'stock sscanf(string[], format[], {Float,_}:...)' - if nothing comes up just search for "sscanf(". Use Ctrl+F to search.