[HELP]Errors
#1

I tried to add a text draw and this happens:

C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(2405) : error 021: symbol already defined: "sscanf"
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(10662) : error 010: invalid function or declaration
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(10672) : error 010: invalid function or declaration
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(45502) : warning 203: symbol is never used: "Textdraw0"
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(45502) : warning 203: symbol is never used: "Textdraw1"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply
#2

Код:
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(2405) : error 021: symbol already defined: "sscanf"
I think it because u have 2 sscanf function. Try to find the 2nd sscanf and delete it. If you can't find it, just delete the sscanf function, because maybe the sscanf already defined in a INCLUDE file you have.

Код:
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(45502) : warning 203: symbol is never used: "Textdraw0"
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(45502) : warning 203: symbol is never used: "Textdraw1"
You didn't use Textdraw0 and Textdraw1.

Код:
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(10662) : error 010: invalid function or declaration
C:\PC Games\GTA San Andreas\filterscripts\larpedited.pwn(10672) : error 010: invalid function or declaration
Please show me the codes in line 10662 and 10672, please...
Reply
#3

Ok i am getting those lines hang on
Reply
#4

It somehow got erased.... all of it

Can you give me what i need to put in the .pwn?
Reply
#5

Invalid function or declaration means you use that function incorrectly...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)