25.01.2015, 14:54
Okay, I just fixed the problem, it was suppose to be:
Instead of:
pawn Код:
dini_FloatSet(file, "VehicleHealth", PlayerInfo[playerid][pVehHealth]); // Tag Mismatch
pawn Код:
dini_IntSet(file, "VehicleHealth", PlayerInfo[playerid][pVehHealth]); // Tag Mismatch