07.09.2012, 10:10
Code:dini_Create(path);
dini_IntSet(path, "Float:X %d", Float:X);
dini_IntSet(path, "Float:Rotation: %d", Float:rotation);
dini_IntSet(path, "Float:Z %d", Float:Z);
dini_IntSet(path, "Float:Y %d", Float:Y);
Note: It works at all, even it saves
but the result of it in the .ini file is wrong.
it is this, find this problem and tell me and fix it if you can.
Result:Float:X %d=1092826463
Float:Rotation: %d=0
Float:Z %d=1157603305
Float:Y %d=1151943800
Float:rotation %d=0
dini_IntSet(path, "Float:X %d", Float:X);
dini_IntSet(path, "Float:Rotation: %d", Float:rotation);
dini_IntSet(path, "Float:Z %d", Float:Z);
dini_IntSet(path, "Float:Y %d", Float:Y);
Note: It works at all, even it saves
but the result of it in the .ini file is wrong.
it is this, find this problem and tell me and fix it if you can.
Result:Float:X %d=1092826463
Float:Rotation: %d=0
Float:Z %d=1157603305
Float:Y %d=1151943800
Float:rotation %d=0

