31.07.2011, 11:19
Hi, I upload my mode to the linux server.
And when I start the server It write to me 0,0.0000,0.000,....
And In my windows server It write to me 418,52.546,245.8
On the same files!
This is the test...
Can someone tell me what the problam?
P.S.
With dini its work fine, But dini luggy...
And when I start the server It write to me 0,0.0000,0.000,....
And In my windows server It write to me 418,52.546,245.8
On the same files!
This is the test...
Код:
for(new v = 1; v <= MAX_VEHICLES; v++) if (INI_Open(CarFile(v))) printf("%d,%f,%f,%f,%f,%d,%d\n",INI_ReadInt("Model"),INI_ReadFloat("X"),INI_ReadFloat("Y"),INI_ReadFloat("Z"),INI_ReadFloat("A"),INI_ReadInt("Color1"),INI_ReadInt("Color2")), INI_Close();
P.S.
With dini its work fine, But dini luggy...