SA-MP Forums Archive
[Ajuda] warning 213: tag mismatch CAPETA!!!!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] warning 213: tag mismatch CAPETA!!!!! (/showthread.php?tid=408125)



warning 213: tag mismatch CAPETA!!!!! - SonicPaintballer - 16.01.2013

pawn Код:
C:\Users\Sonic\Desktop\estrupodolimbo.pwn(28099) : warning 213: tag mismatch
C:\Users\Sonic\Desktop\estrupodolimbo.pwn(42570) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          14800 bytes
Code size:          4038936 bytes
Data size:         11119172 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:15189292 bytes

2 Warnings.
linhas:
pawn Код:
if(PlayerInfo[playerid][ptime] < 2)
esse if ta assim:
pawn Код:
if(PlayerInfo[playerid][ptime] < 2)
            {
                SendClientMessage(playerid, COLOR_GRAD2, "  Vocк precisa ter 2 horas jogadas para enviar um anuncio! utilize /jn");
                return 1;
            }
-_- o outro warn eh igual so q ta na linha do /an


Re: warning 213: tag mismatch CAPETA!!!!! - SonicPaintballer - 16.01.2013

nom ajuda??


Re: warning 213: tag mismatch CAPETA!!!!! - Wellington1999 - 17.01.2013

Quote:
Originally Posted by SonicPaintballer
Посмотреть сообщение
pawn Код:
C:\Users\Sonic\Desktop\estrupodolimbo.pwn(28099) : warning 213: tag mismatch
C:\Users\Sonic\Desktop\estrupodolimbo.pwn(42570) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          14800 bytes
Code size:          4038936 bytes
Data size:         11119172 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:15189292 bytes

2 Warnings.
linhas:
pawn Код:
if(PlayerInfo[playerid][ptime] < 2)
esse if ta assim:
pawn Код:
if(PlayerInfo[playerid][ptime] < 2)
            {
                SendClientMessage(playerid, COLOR_GRAD2, "  Vocк precisa ter 2 horas jogadas para enviar um anuncio! utilize /jn");
                return 1;
            }
-_- o outro warn eh igual so q ta na linha do /an
coloque no cmd
new ptime; ou new time;


Re: warning 213: tag mismatch CAPETA!!!!! - SonicPaintballer - 17.01.2013

ja tem new ptime se num tivece ele ficava dando undefined :S


Re: warning 213: tag mismatch CAPETA!!!!! - DiiMeNoR - 17.01.2013

Posta mais linhas...


Re: warning 213: tag mismatch CAPETA!!!!! - Wellington1999 - 17.01.2013

posta o jn


Re: warning 213: tag mismatch CAPETA!!!!! - Joao Pedro - 17.01.2013

PlayerInfo[playerid][ptime] ta retornando um inteiro?


Re: warning 213: tag mismatch CAPETA!!!!! - paulor - 17.01.2013

Mostra a declaraзгo de ptime.


Re: warning 213: tag mismatch CAPETA!!!!! - SonicPaintballer - 17.01.2013

ja arrumei vlw galera eu fui burro pra krai eu botei isso no cmd:
new ptime = PlayerInfo[playerid][pConnectTime];
e nao vi q ao inves de [ptime] eu devia ter posto[pConnectTime];



Re: warning 213: tag mismatch CAPETA!!!!! - zSuYaNw - 17.01.2013

Note que a maioria dos erros sгo formados por falta de atenзгo.