23.02.2014, 12:33
i get this warning:warning 213: tag mismatch
how can i fix it?
the code is:
{
new float:health;
new veh = GetPlayerVehicleID(playerid);
GetVehicleHealth(veh, health);
if(health > 900)
{
teise[playerid] = 1;
return 1;
}
how can i fix it?
the code is:
{
new float:health;
new veh = GetPlayerVehicleID(playerid);
GetVehicleHealth(veh, health);
if(health > 900)
{
teise[playerid] = 1;
return 1;
}