SA-MP Forums Archive
[Ajuda] warning 213: tag mismatch - 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 (/showthread.php?tid=439581)



warning 213: tag mismatch - Cromado - 26.05.2013

Olб galera eu ponhei um menu de profs etc.... mais........ ta dando esse warning mais pq?

pawn Код:
C:\Users\pppp\Desktop\MeuRPG\gamemodes\RPG.pwn(19258) : warning 213: tag mismatch
pawn Код:
#define Baixa 56 // aqui e a honestas 1 que eu ponhei o nome de Baixa
public OnPlayerSelectedMenuRow(playerid, row)
{
 new Menu:current;
    current = GetPlayerMenu(playerid);
    if(current == PR0FISS0ES) {
        switch(row) {
            case 0:                               // PROFS - Honestas1
            {
                HideMenuForPlayer(PR0FISS0ES, playerid);
                ShowMenuForPlayer(Baixa, playerid);// Aqui estб linha 19258
Se vocкs quiserem mais COD responde ai embaixo alem desse warning possue 16 igual a esses

Vlw REPLYYYY


Re: warning 213: tag mismatch - Cromado - 26.05.2013

ninguem me ajuda ?


Re: warning 213: tag mismatch - bruxo00 - 26.05.2013

Tenta colocar a variбvel baixa global.


Re: warning 213: tag mismatch - Cromado - 26.05.2013

Como eu sei faser isso nгo man '--'


Re: warning 213: tag mismatch - iHarzard - 26.05.2013

Tenta por no lugar de #define Baixa 56:

pawn Код:
new Menu:Baixa;



Re: warning 213: tag mismatch - ProKillerpa - 26.05.2013

Tenta....
pawn Код:
#define Baixa 56
public OnPlayerSelectedMenuRow(playerid, row)
{
 new Menu:current;
    current = GetPlayerMenu(playerid);
    if(current == PR0FISS0ES) {
        switch(row) {
            case 0:
            {
                HideMenuForPlayer(PR0FISS0ES, playerid);
                ShowMenuForPlayer(Menu:Baixa, playerid);



Re: warning 213: tag mismatch - Jason` - 26.05.2013

Tente o seguinte:

pawn Код:
ShowMenuForPlayer(Menu:Baixa, playerid);



Re: warning 213: tag mismatch - Cromado - 26.05.2013

LoL obrigado a todos vocкs reply pra quem me ajudou mais sera que pode ajudar dnv? agr aqui q ta dando warning

pawn Код:
if(current == Baixa) {// Aqui a linha do erro Tag mismatch
        switch(row) {
            case 0:                               // Desempregado
            {
Vlw agora arrumei =D