Whats This Error mean? - 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: Whats This Error mean? (
/showthread.php?tid=125242)
Whats This Error mean? -
kyoss - 02.02.2010
Код:
(2393) : error 021: symbol already defined: "sscanf"
I didn't change anything that i know of but after i recompiled.. that comes up. I went to the line and found it, but i don't see anything wrong?
Heres where it says to go:
Код:
stock sscanf(string[], format[], {Float,_}:...)
{
new
formatPos = 0,
stringPos = 0,
paramPos = 2,
paramCount = numargs();
while (paramPos < paramCount && string[stringPos])
{
switch (format[formatPos++])
{
So im pretty confused, so If anyone knows a solution, i would love to know.
Re: Whats This Error mean? -
hvampire - 02.02.2010
try deleting the whole stock sscanf , cause that error means that u already put that in ur script or in one of ur includes
Re: Whats This Error mean? -
kyoss - 02.02.2010
Wow fast reply and it works! Thanks bud!