07.11.2010, 22:54
Actually, if you open the sscanf2 include, unformat is already defined as a native.
Try this:
Quote:
So I converted my gang vehicles and gang weapon saving to sscanf to narrow down the file lines, but I keep getting a tag mismatch error which I can't figure out how to fix. The gang weapon saving/loading is working fine, just the gang vehicles are giving me probs.
Lines giving tag mismatch errors: pawn Код:
pawn Код:
pawn Код:
|
pawn Код:
unformat(dini_Int(gfile, key), "p</>ffffd", GangVeh[gangid][x][VehX], GangWeps[gangid][x][VehY], GangWeps[gangid][x][VehZ], GangWeps[gangid][x][VehAng], GangWeps[gangid][x][VehModel]);