DINI to SII
#1

Hey guys I'm trying to convert DINI to SII, I have some questions.

drugs = dini_Int(file, "Drugs");

How do I convert this one?

(Don't tell me to convert to Y_INI or something)
Reply
#2

pawn Код:
INI_Open("yourfile.ini");
drugs = INI_ReadInt("Drugs");
INI_Close();
On a sidenote - convert to Y_Ini
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)