2 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: 2 warnings... (
/showthread.php?tid=434655)
2 warnings... -
rumen98 - 03.05.2013
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 201: redefinition of constant/macro (symbol "OnPlayerEnterCheckpoint")
D:\BG-RP\banlieue 13\pawno\include\streamer.inc(365) : warning 201: redefinition of constant/macro (symbol "OnPlayerLeaveCheckpoint")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.
how can i fix it ...?
Re: 2 warnings... -
NathNathii - 03.05.2013
Show the lines.
Re: 2 warnings... -
rumen98 - 03.05.2013
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
Re: 2 warnings... -
NathNathii - 03.05.2013
I'm so tired today and didnt see it was in the streamer ._.
Try to download the newest streamer
Re: 2 warnings... -
rumen98 - 03.05.2013
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