Float help
#1

Hi everyone,

I'm trying to save a float, of every player in one file, this means, that i don't want the old line overwritten, but i want the file processor to add it under it..

How should i do this?
(I prefer Y_INI, but other solutions are also welcome!)
Reply
#2

Use
pawn Код:
\n
for making the new line.
Reply
#3

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Use
pawn Код:
\n
for making the new line.
That would not fix it since it would be like this

pawn Код:
0.0, 0.0, 0.0 | 0.0, 0.0, 0.0
use this if you are going to use the normal file.inc which includes fopen etc...

Код:
\r\n
this will create a result like this

Код:
0.0, 0.0, 0.0
0.0, 0.0, 0.0
Reply
#4

Yeah sorry,my mistake.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)