Easy fix needed.
#1

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

whihc line?
Reply
#3

pawn Код:
new RepairCost = (health/10)*1.75;
Reply
#4

new RepairCost = floatround((health/10)*1.75);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)