30.07.2013, 10:49
Oh wait, sorry, i aint really 100% sober at the moment, didn't read correctly what you asked about lines:
The line
These give warning tag mismatch
The line
pawn Код:
dini_Set(file, "hqText", FacInfo[8][hqText]);// line 1340
format(FacInfo[8][hqX], 32, "%s", dini_Float(file, "hqX")); // line 1399
format(FacInfo[8][hqY], 32, "%s", dini_Float(file, "hqY")); // line 1400
format(FacInfo[8][hqZ], 32, "%s", dini_Float(file, "hqZ")); // line 1401
format(FacInfo[8][hqText], 8, "%s", dini_Get(file, "hqText")); // line 1403

