tag mismatch warning
#4

Code below seems to compile just fine for me.

pawn Код:
// start of function
{
    new Float:health;
    new veh = GetPlayerVehicleID(playerid);
    GetVehicleHealth(veh, health);
    if(health > 900)
    {
        teise[playerid] = 1;
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
tag mismatch warning - by karolis11234 - 23.02.2014, 12:33
Re: tag mismatch warning - by Dignity - 23.02.2014, 12:48
Re: tag mismatch warning - by karolis11234 - 23.02.2014, 12:52
Re: tag mismatch warning - by Dignity - 23.02.2014, 12:56
Re: tag mismatch warning - by Arjanz - 23.02.2014, 12:58
Re: tag mismatch warning - by Konstantinos - 23.02.2014, 13:03
Re: tag mismatch warning - by DaniceMcHarley - 23.02.2014, 13:36

Forum Jump:


Users browsing this thread: 2 Guest(s)