Tag Mismatch Warnings
#1

Hey hey,

Got the warning "warning 213: tag mismatch" and I can't solve it. Here is the code:

PHP код:
COMMAND:robinfix(playeridparams[])
{
    if(
gTeam[playerid] == TEAM_ROBIN)
    {
        for(new 
1GetVehiclePoolSize(); <= ji++)
        {
            if(!
VehicleOccupied(RobinCar[i])) // warning 213: tag mismatch
            
{
                
SetVehicleToRespawn(RobinCar[i]); // warning 213: tag mismatch
            
}
        }
    }
    else if(
gTeam[playerid] != TEAM_ROBIN)
    {
        
SendClientMessage(playeridTEAM_ROBIN_COLOR"This Command is owned by Daan!");
    }
    return 
1;

Any idea's or help?
Reply


Messages In This Thread
Tag Mismatch Warnings - by SupperRobin6394 - 24.12.2015, 11:03
Re: Tag Mismatch Warnings - by FreAkeD - 24.12.2015, 11:15
Re: Tag Mismatch Warnings - by SupperRobin6394 - 24.12.2015, 11:23
Re: Tag Mismatch Warnings - by Vince - 24.12.2015, 11:42
Re: Tag Mismatch Warnings - by thefirestate - 24.12.2015, 15:07
Re: Tag Mismatch Warnings - by Amunra - 24.12.2015, 15:22

Forum Jump:


Users browsing this thread: 1 Guest(s)