SA-MP Forums Archive
Streamer Warnings - 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: Streamer Warnings (/showthread.php?tid=410924)



Streamer Warnings - TGameR - 27.01.2013

Hello !
I would like to remove my warnings GM because I've had enough of the cross every time I complie the following warnings

Код:
C:\Documents and Settings\User\Bureau\SAMP\2.0.4Maj n°6.5\pawno\include\streamer.inc(333) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\Documents and Settings\User\Bureau\SAMP\2.0.4Maj n°6.5\pawno\include\streamer.inc(352) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")
C:\Documents and Settings\User\Bureau\SAMP\2.0.4Maj n°6.5\pawno\include\streamer.inc(371) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
3 Warnings.

My GM already but I Streamer.Inc + #Include Streamer

Sorry for my english .


Re: Streamer Warnings - Roach_ - 27.01.2013

Redownload the Plugin and the Inc, and in the server.cfg shold be like that:
Код:
plugins streamer.dll (other plugins)



Re : Re: Streamer Warnings - TGameR - 27.01.2013

Quote:
Originally Posted by Roach_
Посмотреть сообщение
Redownload the Plugin and the Inc, and in the server.cfg shold be like that:
Код:
plugins streamer.dll (other plugins)
Nothing has changed


AW: Streamer Warnings - Blackazur - 27.01.2013

Can you give us the Lines, where the Warnings come?


Re : Streamer Warnings - TGameR - 27.01.2013

(line 333)
Код:
#define OnGameModeInit Streamer_OnGameModeInit
(line 252)
Код:
#define OnPlayerConnect Streamer_OnPlayerConnect
(line 371)
Код:
#define OnPlayerDisconnect Streamer_OnPlayerDisconnect



Re: Streamer Warnings - Roach_ - 27.01.2013

What streamer do you use ?


Re : Re: Streamer Warnings - TGameR - 27.01.2013

Quote:
Originally Posted by Roach_
Посмотреть сообщение
What streamer do you use ?
Streamer by Incognito
https://sampforum.blast.hk/showthread.php?tid=102865


Re : Streamer Warnings - TGameR - 27.01.2013

Up , please help me ...