25.08.2012, 23:44
I would like to know how to fix the following warning.
pawn Код:
new Float:health;
GetVehicleHealth(vehicleid, health);
new RepairCost = (health/10)*1.75;
pawn Код:
warning 213: tag mismatch