18.01.2014, 15:48
(
Последний раз редактировалось ranslsad; 05.02.2014 в 14:40.
)
Hi, im new on pawno and im trying to make a save pos system.
That all works ok.
The problem is when i want to save new registered user info, the coordinates dont save.
I have:
This must save the file like this:
And it saves like this:
i tried defining variables with float but this ones dont write the dots.
Whats im doing wrong?
Thanks!
Greetings
Ranslsad
That all works ok.
The problem is when i want to save new registered user info, the coordinates dont save.
I have:
Код:
new x[25] = "1546.512451", y[25] = "-1675.840332", z[25] = "13.562461"; dini_Set(file, "posX", x); dini_Set(file, "posY", y); dini_Set(file, "posZ", z);
Код:
posX=1546.512451 posY=-1675.840332 posZ=13.562461
Код:
posX=1153519744.000000 posY=-992904448.000000 posZ=1096351744.000000
Whats im doing wrong?
Thanks!
Greetings
Ranslsad