HELP! Please!
#1

Please Help Me With This Error

Код:
C:\Documents and Settings\User\Desktop\GTARP\gamemodes\gtarp.pwn(1930) : error 021: symbol already defined: "sscanf"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Sscanf Is not used twice.
Reply
#2

It may not be used twice but it's defined twice, check the other files you have included to see if it's there too.

edit: Go to line 1930 in gtarp.pwn and delete the sscanf function. You can jump to that line by pressing CTRL+G.
Reply
#3

it is there in my filter script what do i do to stop error?
Reply
#4

Quote:
Originally Posted by Simon
edit: Go to line 1930 in gtarp.pwn and delete the sscanf function. You can jump to that line by pressing CTRL+G.
This is a scripting problem. The function will be something like:

pawn Код:
sscanf( [stuff here] )
{
  [stuff here]
}
Reply
#5

Quote:
Originally Posted by Simon
It may not be used twice but it's defined twice, check the other files you have included to see if it's there too.

edit: Go to line 1930 in gtarp.pwn and delete the sscanf function. You can jump to that line by pressing CTRL+G.
yeh i think thats the problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)