Warning 213: tag mismatch
#1

Hi. I'm getting a warning when I try to compile.
Код:
warning 213: tag mismatch
The line that it is on, is:
PHP код:
        format(string128"Admin Log: %s has map teleported to %s."playernameZones); 
My whole script if needed is:
PHP код:
public OnPlayerClickMap(playerid,Float:fX,Float:fY,Float:fZ)
{
    new 
playername[25], string[128];
    if(
AdminLevel[playerid]>2)
    {
        if(
IsPlayerInAnyVehicle(playerid)){SetVehiclePos(GetPlayerVehicleID(playerid),fX,fY,fZ+5);}
        else{
SetPlayerPosFindZ(playerid,fX,fY,fZ+5);}
        
format(string128"Admin Log: %s has map teleported to %s."playernameZones);
        
SendMessageToAdmins(COLOR_ADMINstring);
    }
    return 
1;

Thanks in advance.
Reply


Messages In This Thread
Warning 213: tag mismatch - by Tass007 - 03.04.2016, 04:20
Re: Warning 213: tag mismatch - by introzen - 03.04.2016, 06:42
Re: Warning 213: tag mismatch - by Tass007 - 03.04.2016, 07:36
Re: Warning 213: tag mismatch - by AndySedeyn - 03.04.2016, 08:54
Re: Warning 213: tag mismatch - by Tass007 - 03.04.2016, 09:13
Re: Warning 213: tag mismatch - by AndySedeyn - 03.04.2016, 09:24

Forum Jump:


Users browsing this thread: 6 Guest(s)