SA-MP Forums Archive
How i remove this error? - 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)
+--- Thread: How i remove this error? (/showthread.php?tid=492972)



How i remove this error? - PAF - 06.02.2014

Error line:
LastLoggedIP[16],AdminLevel,

Error:
Csbm orignal.pwn(314) : error 021: symbol already defined: "AdminLevel"


Re: How i remove this error? - Lordzy - 06.02.2014

It's because the symbol named "AdminLevel" has been already defined, you don't need to declare or define it once again. Edited error line:
pawn Код:
LastLoggedIP[16]
//You can ignore declaring AdminLevel.