Tag Mismatch
#1

I honestly don't know what to do here...

Quote:

C:\Users\Aerotactics' PC\Desktop\SAMP testing\filterscripts\dyn_cars.pwn(152) : warning 213: tag mismatch

pawn Код:
stock UpdateCarHealth(playerid)
{
    new Float:Vhealth;
    new vehicleid = GetPlayerVehicleID(playerid);
    GetVehicleHealth(vehicleid,Vhealth);
    vInfo[vehicleid][engine] = Vhealth; // 152
    UpdateText(playerid,vehicleid);
    return 1;
}
Reply


Messages In This Thread
Tag Mismatch - by Aerotactics - 04.05.2014, 21:51
Re: Tag Mismatch - by iZN - 04.05.2014, 21:55
Re: Tag Mismatch - by Aerotactics - 04.05.2014, 22:08

Forum Jump:


Users browsing this thread: 1 Guest(s)