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
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)