Vehicle Damage isn't loading.
#1

I have in my script:

pawn Код:
mysql_fetch_field_row(data_value, "vPanels"); Vehicles[vCarID][vPanels] = strval(data_value);
mysql_fetch_field_row(data_value, "vDoors"); Vehicles[vCarID][vDoors] = strval(data_value);
mysql_fetch_field_row(data_value, "vLights"); Vehicles[vCarID][vLights] = strval(data_value);
mysql_fetch_field_row(data_value, "vTires"); Vehicles[vCarID][vTires] = strval(data_value);
           
UpdateVehicleDamageStatus(vCarID, Vehicles[vCarID][vPanels], Vehicles[vCarID][vDoors], Vehicles[vCarID][vLights], Vehicles[vCarID][vTires]);
But none of the places are shown as damaged? EG the doors aren't being damaged and things.

What do I need to do to set them to damage?

Thanks.
Reply


Messages In This Thread
Vehicle Damage isn't loading. - by iGetty - 25.01.2013, 22:22
Re: Vehicle Damage isn't loading. - by MP2 - 25.01.2013, 22:30
Re: Vehicle Damage isn't loading. - by iGetty - 25.01.2013, 22:32
Re: Vehicle Damage isn't loading. - by MP2 - 25.01.2013, 22:36
Re: Vehicle Damage isn't loading. - by iGetty - 25.01.2013, 22:40

Forum Jump:


Users browsing this thread: 2 Guest(s)