27.12.2013, 19:37
pawn Код:
if(VehicleInfo[slot][vInsurance] > 0)
{
VehicleInfo[slot][vInsurance] --;
VehicleInfo[slot][vDestroyed] ++;
VehicleInfo[slot][vImpounded] = 1;
} else {
SendClientMessage(ownerid, 0xFFFFFFFF, "[{33CCFF}INFO{FFFFFF}]: I'm sorry to inform you that you don't have any insurace to cover your vehicles destoruction, and it has been impounded until you can retrive it.");
}
Check your code again, this time add some prints.