How to save INI file serial by
#1

Hi
how to save ini files like

0.ini
1.ini
2.ini
Reply
#2

There are around 100 tutorials on how to save using Y_INI. I suggest you read them. As for the path, Format the path like this.

PHP код:
format(string,sizeof(string),"/Users/%d.ini",id); 
Reply
#3

Quote:
Originally Posted by DarkSkull
Посмотреть сообщение
There are around 100 tutorials on how to save using Y_INI. I suggest you read them. As for the path, Format the path like this.

PHP код:
format(string,sizeof(string),"/Users/%d.ini",id); 
Dont Use Users folder.
Just create a new Folder like if you are making a Vehicle System, use Vehicle Folder.

Use
PHP код:
format(stringsizeof(string), "/YOUR FOLDER NAME/%d.ini,id); //Replace YOUR FOLDER NAME with the name of the folder you want to save those files in. 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)