warning 213: tag mismatch
#8

The problem is here:
Код:
AVehicleData[vid][Fuel] = AVehicleData[vid][Fuel] -0.1;
When I change the code to this, I don't get errors, but gasoline down fast
Код:
AVehicleData[vid][Fuel] = AVehicleData[vid][Fuel] -1;
Here's the whole code without errors, but gasoline down fast!:
pawn Код:
if (GetPlayerVehicleSeat(playerid) == 0)
if ((final_speed_int > 10) && (AVehicleData[vid][Float:Fuel] > 0))
AVehicleData[vid][Float:Fuel] = AVehicleData[vid][Float:Fuel] -1;
Reply


Messages In This Thread
warning 213: tag mismatch [+REP] - by maxy153 - 10.01.2014, 18:12
Re: warning 213: tag mismatch - by ikey07 - 10.01.2014, 18:14
Re: warning 213: tag mismatch - by maxy153 - 10.01.2014, 18:17
Re: warning 213: tag mismatch - by J4mmyHD - 10.01.2014, 18:20
Respuesta: warning 213: tag mismatch - by JustBored - 10.01.2014, 18:20
Re: warning 213: tag mismatch - by maxy153 - 10.01.2014, 18:23
Re: warning 213: tag mismatch - by Vince - 10.01.2014, 18:26
Re: warning 213: tag mismatch - by maxy153 - 10.01.2014, 18:34
Re: warning 213: tag mismatch - by maxy153 - 10.01.2014, 18:48
Re: warning 213: tag mismatch - by ACI - 10.01.2014, 19:11

Forum Jump:


Users browsing this thread: 1 Guest(s)