12.05.2017, 10:39
Hi,
1.how to add new line in 1 file using y_ini
example:
in 1 file
2.how to load the lines
3.how to load all ini files in the folder and read all
example:
4.and also how to read multiple lines in multiple folder
example:
1.how to add new line in 1 file using y_ini
example:
Код:
AddVeh(vehid,x,y,z); AddVeh(vehid,x,y,z);
2.how to load the lines
3.how to load all ini files in the folder and read all
example:
Код:
D;/Folder/1.ini D;/Folder/2.ini 1.ini AddVeh(vehid,x,y,z); AddVeh(vehid,x,y,z); //auto add vehicle in-game 2.ini AddObj(objid,x,y,z); AddObj(objid,x,y,z); //auto add obj in-game
example:
Код:
D;/Folder/1.ini D;/Folder/2.ini 1.ini Line 1 : Test Line 2 : Hello Line 3 : Ok 2.ini Line 1 : Test1 Line 2 : Hello1 Line 3 : Ok1