SA-MP Forums Archive
JunkBuster and Streamer conflict problem - 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: JunkBuster and Streamer conflict problem (/showthread.php?tid=351779)



JunkBuster and Streamer conflict problem - trulis - 17.06.2012

If i use both JunkBuster and Streamer when i try to compile my gamemode i get this warning, what can i do ?
Код:
C:\Documents and Settings\Trulis\Desktop\asdas\pawno\include\Streamer.inc(510) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           9948 bytes
Code size:          1610012 bytes
Data size:          5385668 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4125 cells (16500 bytes)
Total requirements: 7022012 bytes

1 Warning.



Re: JunkBuster and Streamer conflict problem - trulis - 17.06.2012

Someone please help me, this is urgent.


Re: JunkBuster and Streamer conflict problem - trulis - 18.06.2012

Sorry for triple post but this is really urgent.


Re: JunkBuster and Streamer conflict problem - Skaizo - 18.06.2012

you have "OnPlayerEnterRaceCheckpoint" defined in your script twice. Delete one of those.
or post from line 510 from streamer.inc


Re: JunkBuster and Streamer conflict problem - trulis - 18.06.2012

if you look at the warning it is from Streamer.inc because both JunkBuster.inc and Streamer.inc have OnPlayerEnterRaceCheckpoint