Help - 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 (
/showthread.php?tid=135366)
Help -
mininou - 20.03.2010
C:\Documents and Settings\Minikiller\Bureau\criminalita.pwn(53246) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Re: Help -
Deat_Itself - 20.03.2010
Quote:
Originally Posted by mininou
C:\Documents and Settings\Minikiller\Bureau\criminalita.pwn(53246) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
|
You have defined it two times in your script . Just remove it one time
Re: Help -
aircombat - 20.03.2010
u have defined a thing 2 times
Re: Help -
XGh0stz - 20.03.2010
symbol already defined: "NameTimer"
For example, if you have test[MAX_PLAYERS] in the top of your script somewhere, then have another test[MAX_PLAYERS] inside a command or something you just made, that error will occur... That is what they mean by needing only one, remove the other etc.