SA-MP Forums Archive
Tag Mismatch - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tag Mismatch (/showthread.php?tid=511306)



Tag Mismatch - Aerotactics - 04.05.2014

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;
}



Re: Tag Mismatch - iZN - 04.05.2014

Is the enum/variable vInfo engine is having the Float: tag?


Re: Tag Mismatch - Aerotactics - 04.05.2014

Quote:
Originally Posted by iZN
Посмотреть сообщение
Is the enum/variable vInfo engine is having the Float: tag?
Nope, thanks buddy.