26.04.2012, 09:50
Hello, I have a problem.
If my Car is broken, then it should write the health value of car to MySQL, but I'm getting the Warning. Tag mismatch.
--- Error Line
If my Car is broken, then it should write the health value of car to MySQL, but I'm getting the Warning. Tag mismatch.
Код:
if(health <= 375)
{
SendClientMessage(i, COLOR_LIGHTBLUE, "Your car is broken.");
SetVehicleParamsEx(GetPlayerVehicleID(i),VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
vehicleVariables[vehicleid][vVehicleHealth] = health;
}
Код:
vehicleVariables[vehicleid][vVehicleHealth] = health;

