warning streamer
#9

Quote:
Originally Posted by MR,Mr
Посмотреть сообщение
You don't have a clue what you're on about.

Here, let me enlighten you:

This is incognito streamer which redefines things such as setplayerpos and the one in this topic. This is done so it can perform better object streaming when these commands are used. Yes, it's being redefined, but it's being redefined for a reason in the include. It is not here to stream better, it's here to stream in general.

Next time, read where the source of error is - streamer.inc.


Now, time to help the OP:




I do not recommend playing with the streamer include too much - I'd ignore it and it should be okay, unless it's affecting gameplay, or streaming, it's probably best left alone to avoid breaking something else.
If it was redefined properly, it would never give a warning. Incognito defined everything properly. It's his issue. He has to remove the extra redefinition and it's all OK.

Also, streamer does not redefine SetPlayerPos. At least not Incognito's. The OnPlayerEnterRaceCheckpoint(playerid) is defined in the streamer, but however, he has it somewhere in the script, which he shouldn't have.

Also, a redefinition of a constant/macro, would be:
pawn Код:
#define OnPlayerEnterRaceCheckpoint something
#define OnPlayerEnterRaceCheckpoint something
As in the streamer, it's:
pawn Код:
#define OnPlayerEnterRaceCheckpoint Streamer_OnPlayerEnterRaceCP
and somewhere else in his script/include (in case he edited it), he has:
pawn Код:
#define OnPlayerEnterRaceCheckpoint something
He has "OnPlayerEnterRaceCheckpoint" in his defines twice, including the streamer's one.

@ the topic starter: this shouldn't affect gameplay, if it doesn't, you can make your compiler ignore the warning, search, found a way to do it recently. Warnings should never be ignored, but if it really doesn't affect you, ignore it.
Reply


Messages In This Thread
warning streamer - by Andr3y9603 - 15.01.2012, 14:23
Re: warning streamer - by mSp - 15.01.2012, 14:26
Re: warning streamer - by Andr3y9603 - 15.01.2012, 14:48
Re: warning streamer - by MR,Mr - 15.01.2012, 14:49
Re: warning streamer - by Andr3y9603 - 15.01.2012, 14:51
Re: warning streamer - by Mean - 15.01.2012, 14:52
Re: warning streamer - by MR,Mr - 15.01.2012, 15:05
Re: warning streamer - by niels44 - 15.01.2012, 15:11
Re: warning streamer - by Mean - 15.01.2012, 15:21
Re: warning streamer - by Andr3y9603 - 15.01.2012, 15:24

Forum Jump:


Users browsing this thread: 2 Guest(s)