SA-MP Forums Archive
HELP! Please! - 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: HELP! Please! (/showthread.php?tid=118972)



HELP! Please! - traxrex - 06.01.2010

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.


Re: HELP! Please! - Simon - 06.01.2010

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.


Re: HELP! Please! - traxrex - 06.01.2010

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


Re: HELP! Please! - Simon - 06.01.2010

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]
}



Re: HELP! Please! - Flake. - 06.01.2010

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