[Ajuda] warning 213: tag mismatch
#1

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
Reply
#2

ninguem me ajuda ?
Reply
#3

Tenta colocar a variбvel baixa global.
Reply
#4

Como eu sei faser isso nгo man '--'
Reply
#5

Tenta por no lugar de #define Baixa 56:

pawn Код:
new Menu:Baixa;
Reply
#6

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);
Reply
#7

Tente o seguinte:

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)