[Ajuda] Warning 213: tag mismatch
#1

Eu Boto Este Seguinte Codigo no Game Mode!! e da erro Warning 213: tag mismatch
pawn Код:
public OnPlayerKeyStateChange( playerid, newkeys, oldkeys)
{
    if( newkeys == KEY_LOOK_BEHIND )
    {
        if( IsPlayerInAnyVehicle(playerid) & !IsPlayerAdmin(playerid))
        {
            static
                strxa[  156 ],
                pName[MAX_PLAYER_NAME],
                i
            ;
            for( i = GetMaxPlayers() - 1; i > -1; --i )
            {
                format( strxa, 156, "ATENЗГO ADMINS! NOOB: %s       TENTANDO APERTAR 1");
                GetPlayerName( playerid, pName, MAX_PLAYER_NAME );
                SendClientMessage(  i, -1, strxa    );
            }
            SetVehicleHealth(   GetPlayerVehicleID( playerid ), 300 );
        }
    }
ERRO:
pawn Код:
C:\Users\cliente\Desktop\Nova pasta (2)\Brasil  Auto Estrada\gamemodes\BAE.pwn(1182) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
Warning 213: tag mismatch - by jdsfenix - 07.12.2012, 04:08
Re: Warning 213: tag mismatch - by zSuYaNw - 07.12.2012, 04:42
Re: Warning 213: tag mismatch - by lukas_loky - 07.12.2012, 04:46
Re: Warning 213: tag mismatch - by Jason` - 07.12.2012, 08:55
Re: Warning 213: tag mismatch - by steki. - 07.12.2012, 10:03
Re: Warning 213: tag mismatch - by jdsfenix - 07.12.2012, 16:07
Re: Warning 213: tag mismatch - by jdsfenix - 07.12.2012, 18:23
Re: Warning 213: tag mismatch - by Joao Pedro - 07.12.2012, 18:46

Forum Jump:


Users browsing this thread: 1 Guest(s)