[HELP] Big pawno error , again
#1

D:\Scripts\Breakdown Script2222\gamemodes\breakdownls.pwn(2065) : error 021: symbol already defined: "sscanf"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


The error is on line 2065
There is line between 2056 to 2082
IF you see a mistake , let me know , please
Sometimes it brings me that sccanf error , sometimes it brings me big error, So Pawno Complier Crashes


Код:
stock sscanf(string[], format[], {Float,_}:...)
{ // This line is problem
	new
		formatPos = 0,
I've tried to delete it but no ,it wont work.
Reply
#2

show us lines where the error is wtf...
Reply
#3

Delete the whole sscanf from ur script like it should be like that :
Код:
stock sscanf(string[], format[], {Float,_}:...)
{
//alot of code
//really alot
return 0;
}
delete it
Reply
#4

Hey thanks , it worked
Reply
#5

I think you have an include that already have sscanf, so if in your GM you add another sscanf, it will conflict
Reply
#6

Quote:
Originally Posted by SisasPoiss
Hey thanks , it worked
np
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)