2 warnings...
#1

hey guys here is 2 warnings who give me my Game-mode then compile it
PHP код:
D:\BG-RP\banlieue 13\pawno\include\streamer.inc(350) : warning 201redefinition of constant/macro (symbol "OnPlayerEnterCheckpoint")
D:\BG-RP\banlieue 13\pawno\include\streamer.inc(365) : warning 201redefinition of constant/macro (symbol "OnPlayerLeaveCheckpoint")
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Warnings

how can i fix it ...?
Reply
#2

Show the lines.
Reply
#3

Quote:
Originally Posted by NathNathii
Посмотреть сообщение
Show the lines.
lines in game-mode
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
    return 
1;
}
public 
OnPlayerLeaveCheckpoint(playerid)
{
    return 
1;

by name

and lines in streamer.inc

PHP код:
350 #define OnPlayerEnterCheckpoint Streamer_OnPlayerEnterCP 
PHP код:
370 #define OnPlayerLeaveCheckpoint Streamer_OnPlayerLeaveCP 
Reply
#4

I'm so tired today and didnt see it was in the streamer ._.
Try to download the newest streamer
Reply
#5

Quote:
Originally Posted by NathNathii
Посмотреть сообщение
I'm so tired today and didnt see it was in the streamer ._.
Try to download the newest streamer
i try with newest streamer dont work...
i too easy i just delete a functions from streamer.inc
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)