[Help] tag mismatch
#1

pawn Код:
C:\Users\Patch\Desktop\RC-RP\gamemodes\RP.pwn(25220) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
pawn Код:
new SaveCars[256];
    format(SaveCars,sizeof(SaveCars),"Sistema/Cars/All/%d.ini",vehicleid);
    new Float:health = GetVehicleHealth(vehicleid, health);
    DynamicCars[vehicleid][cHealth] = health; // <--------- warning line why?
Reply
#2

pawn Код:
new Float:health;
GetVehicleHealth(vehicleid, health);
And make sure cHealth is also a Float.
Reply
#3

pawn Код:
new SaveCars[256];
    format(SaveCars,sizeof(SaveCars),"Sistema/Cars/All/%d.ini",vehicleid);
    DynamicCars[vehicleid][cHealth] = GetVehicleHealth(vehicleid, health); // <--------- warning line why?
   
    // checks in  enumerator "cHealth" is Float ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)