Whats This Error mean?
#1

Код:
(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.
Reply


Messages In This Thread
Whats This Error mean? - by kyoss - 02.02.2010, 21:51
Re: Whats This Error mean? - by hvampire - 02.02.2010, 21:57
Re: Whats This Error mean? - by kyoss - 02.02.2010, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)