15.01.2012, 15:21
Quote:
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. |
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
pawn Код:
#define OnPlayerEnterRaceCheckpoint Streamer_OnPlayerEnterRaceCP
pawn Код:
#define OnPlayerEnterRaceCheckpoint something
@ 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.