SA-MP Forums Archive
Symbol Already Defined... - 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: Symbol Already Defined... (/showthread.php?tid=580354)



Symbol Already Defined... - WaJeeH - 04.07.2015

Error is this:
PHP код:
C:\Users\IT SYSTEMS\Desktop\AWD SAMP\gamemodes\DEATHMATCH.pwn(20411) : error 021symbol already defined"S@@_OnPlayerStateChange"
C:\Users\IT SYSTEMS\Desktop\AWD SAMP\gamemodes\DEATHMATCH.pwn(20920) : error 021symbol already defined"S@@_OnPlayerStreamIn"
Pawn compiler 3.2.3664    Copyright (c1997-2006ITB CompuPhase
2 Errors




Re: Symbol Already Defined... - Lynn - 04.07.2015

It means you're defining it twice in your script.
It means exactly what it says.


Re: Symbol Already Defined... - WaJeeH - 04.07.2015

I knew it but i was searching something wrong..
Btw,Thanks. +Rep!