SII On Linux
#1

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...
Код:
	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();
Can someone tell me what the problam?

P.S.

With dini its work fine, But dini luggy...
Reply
#2

Linux is case-sensitive with file names, values might not be retrieving because you may not have opened the file properly.
Reply
#3

SII also distorts values. Not recommended.
Reply
#4

So what to do?
Reply
#5

Quote:
Originally Posted by Shawwarma
Посмотреть сообщение
So what to do?
Not to use it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)